Gets or sets the initial dropdown text.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <CategoryAttribute("Configuration"), _ BindableAttribute(True), _ DefaultValueAttribute("")> Public Property InitialDropdownText As String |
| C# |
|---|
| [CategoryAttribute("Configuration")] [BindableAttribute(True)] [DefaultValueAttribute("")] public string InitialDropdownText { get; set; } |
| C++ |
|---|
| [CategoryAttribute(L"Configuration")] [BindableAttribute(True)] [DefaultValueAttribute(L"")] public property string InitialDropdownText sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute CategoryAttribute("Configuration") */ /** @attribute BindableAttribute(True) */ /** @attribute DefaultValueAttribute("") */ /** property */ public string get_InitialDropdownText(); /** property */ public void set_InitialDropdownText(string value); |
| JScript |
|---|
| public function get InitialDropdownText() : String public function set InitialDropdownText(value : String); |
Property Value
The initial dropdown text.