Gets or sets the dropdown icon down disabled.


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

Syntax

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

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

/** property */
public void set_DropdownIconDownDisabled(string value);
JScript
public function get DropdownIconDownDisabled() : String

public function set DropdownIconDownDisabled(value : String);

Property Value

The dropdown icon down disabled.

See Also