A Sandcastle Documented Class Library
IEditboxSelectedText Property |
Returns the selected text in the IEditbox
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
string SelectedText { get; set; }
Property SelectedText As String Get Set
property String^ SelectedText { String^ get (); void set (String^ value); }
abstract SelectedText : string with get, set
Property Value
Type: StringSee Also