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