SelectedText Property (FpCombo)
In This Topic
Gets or sets the currently selected text in the edit control.
Syntax
'Declaration
Public Overridable Property SelectedText As String
'Usage
Dim instance As FpCombo
Dim value As String
instance.SelectedText = value
value = instance.SelectedText
public virtual string SelectedText {get; set;}
See Also