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