IWindow.Visible Property

AdiIRC API v2

IWindowVisible Property

Returns whether the IWindow is visible.

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

Property Value

Type: Boolean
See Also