Gets or sets the dropdown icon up disabled.


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

Syntax

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

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

/** property */
public void set_DropdownIconUpDisabled(string value);
JScript
public function get DropdownIconUpDisabled() : String

public function set DropdownIconUpDisabled(value : String);

Property Value

The dropdown icon up disabled.

See Also