MultiSelectComboBoxDefaultText Property |
Gets or sets the default text.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public string DefaultText { get; set; }
Public Property DefaultText As String
Get
Set
public:
property String^ DefaultText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
The default text.
See Also