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