A Sandcastle Documented Class Library
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: StringRemarks
It can be a window name or a nick
See Also