Gets or sets the dropdown icon down.


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

Syntax

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

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

/** property */
public void set_DropdownIconDown(string value);
JScript
public function get DropdownIconDown() : String

public function set DropdownIconDown(value : String);

Property Value

The dropdown icon down.

See Also