IEditboxSelectedText Property |
Returns the selected text in the IEditbox
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
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