Text Property (IDropDown)
In This Topic
Gets or sets the text shown on the control.
Syntax
'Declaration
Property Text As System.String
'Usage
Dim instance As IDropDown
Dim value As System.String
instance.Text = value
value = instance.Text
System.string Text {get; set;}
read-write property Text: System.String;
function get,set Text : System.String
__property System.string* get_Text();
__property void set_Text(
System.string* value
);
property System.String^ Text {
System.String^ get();
void set ( System.String^ value);
}
See Also