EditboxKeyDownArgs.Editbox Property

AdiIRC API v2

EditboxKeyDownArgsEditbox Property

Returns the IEditbox where they key was pressed

Namespace:  AdiIRCAPIv2.Arguments.WindowInteraction
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public IEditbox Editbox { get; }
Public ReadOnly Property Editbox As IEditbox
	Get
public:
property IEditbox^ Editbox {
	IEditbox^ get ();
}
member Editbox : IEditbox with get

Property Value

Type: IEditbox
See Also