IPluginHost.MainWindowHandle Property

AdiIRC API v2

IPluginHostMainWindowHandle Property

Returns the main window handle.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
IntPtr MainWindowHandle { get; }
ReadOnly Property MainWindowHandle As IntPtr
	Get
property IntPtr MainWindowHandle {
	IntPtr get ();
}
abstract MainWindowHandle : IntPtr with get

Property Value

Type: IntPtr
See Also