Gets or sets the CSS class dropdown text container disabled.


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

Syntax

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

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

/** property */
public void set_CssClassDropdownTextContainerDisabled(string value);
JScript
public function get CssClassDropdownTextContainerDisabled() : String

public function set CssClassDropdownTextContainerDisabled(value : String);

Property Value

The CSS class dropdown text container disabled.

See Also