Skip to content

Commit b944774

Browse files
committed
WinForms - Hide ChromiumHostControlBase.BrowserHwnd property from designer
1 parent 71d07df commit b944774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.WinForms/Host/ChromiumHostControlBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public abstract class ChromiumHostControlBase : Control
2222
/// Used for sending messages to the browser
2323
/// e.g. resize
2424
/// </summary>
25+
[Browsable(false), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
2526
public IntPtr BrowserHwnd { get; set; }
2627
/// <summary>
2728
/// Set to true while handing an activating WM_ACTIVATE message.

0 commit comments

Comments
 (0)