Base List ControlText Property
This is used to set or get the text for the list control
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override string Text { get; set; }VB
Public Overrides Property Text As String
Get
SetC++
public:
virtual property String^ Text {
String^ get () override;
void set (String^ value) override;
}F#
abstract Text : string with get, set
override Text : string with get, setProperty Value
StringRemarks
When set to null, the SelectedIndex is set to -1. If not null, an attempt is
made to set the selected index to the item matching the specified text. If no match is found, the
selected index is set to -1.