We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d07df commit b944774Copy full SHA for b944774
CefSharp.WinForms/Host/ChromiumHostControlBase.cs
@@ -22,6 +22,7 @@ public abstract class ChromiumHostControlBase : Control
22
/// Used for sending messages to the browser
23
/// e.g. resize
24
/// </summary>
25
+ [Browsable(false), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
26
public IntPtr BrowserHwnd { get; set; }
27
/// <summary>
28
/// Set to true while handing an activating WM_ACTIVATE message.
0 commit comments