Gets or sets the CSS class dropdown box.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
<DefaultValueAttribute(""), _
 CategoryAttribute("Appearance"), _
 BindableAttribute(True)>

Public Property CssClassDropdownBox As String
C#
[DefaultValueAttribute("")]
[CategoryAttribute("Appearance")]
[BindableAttribute(True)]
public string CssClassDropdownBox { get; set; }
C++
[DefaultValueAttribute(L"")]
[CategoryAttribute(L"Appearance")]
[BindableAttribute(True)]
public property string CssClassDropdownBox sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute DefaultValueAttribute("") */
/** @attribute CategoryAttribute("Appearance") */
/** @attribute BindableAttribute(True) */
/** property */
public string get_CssClassDropdownBox();

/** property */
public void set_CssClassDropdownBox(string value);
JScript
public function get CssClassDropdownBox() : String

public function set CssClassDropdownBox(value : String);

Property Value

The CSS class dropdown box.

See Also