IWindow.WindowState Property

AdiIRC API v2

IWindowWindowState Property

Returns the IWindow window state.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
FormWindowState WindowState { get; set; }
Property WindowState As FormWindowState
	Get
	Set
property FormWindowState WindowState {
	FormWindowState get ();
	void set (FormWindowState value);
}
abstract WindowState : FormWindowState with get, set

Property Value

Type: FormWindowState
See Also