MenuEventArgs.Text Property

AdiIRC API v2

MenuEventArgsText Property

Returns the text parameter of this menu

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

Property Value

Type: String
Remarks
It can be a window name or a nick
See Also