Skip to content

Commit

Permalink
WinForms - Hide ChromiumHostControlBase.BrowserHwnd property from des…
Browse files Browse the repository at this point in the history
…igner
  • Loading branch information
amaitland committed Mar 17, 2022
1 parent 33f0881 commit d8e9ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CefSharp.WinForms/Host/ChromiumHostControlBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public abstract class ChromiumHostControlBase : Control
/// Used for sending messages to the browser
/// e.g. resize
/// </summary>
[Browsable(false), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public IntPtr BrowserHwnd { get; set; }
/// <summary>
/// Set to true while handing an activating WM_ACTIVATE message.
Expand Down

0 comments on commit d8e9ea0

Please sign in to comment.