BoundsWindowState Property |
Version 130.1.90
The window state. Default to normal.
Namespace: CefSharp.DevTools.BrowserAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public WindowState? WindowState { get; set; }
public:
property Nullable<WindowState> WindowState {
Nullable<WindowState> get ();
void set (Nullable<WindowState> value);
}
Property Value
NullableWindowStateSee Also