Click or drag to resize

IWindowEditbox Property

Returns the IEditbox associated with this IWindow.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
IEditbox Editbox { get; }

Property Value

Type: IEditbox
Remarks
Can return null on windows without a Editbox
See Also