_OlkComboBox.SelText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String (string in C#) that represents the selected portion of the value of the combo box. Read-only.
public:
property System::String ^ SelText { System::String ^ get(); };
public string SelText { get; }
Public ReadOnly Property SelText As String
Property Value
Remarks
SelText represents the current selection, which is a portion of the control's Value. The maximum number of characters that can be supported for Value is MaxLength.
The default value is an empty string.