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