DropdownHeight


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

Syntax

Visual Basic (Declaration)
<DefaultValueAttribute(-1), _
 CategoryAttribute("Configuration"), _
 BrowsableAttribute(True)>

Public Property MaxDropdownHeight As Integer
C#
[DefaultValueAttribute(-1)]
[CategoryAttribute("Configuration")]
[BrowsableAttribute(True)]
public int MaxDropdownHeight { get; set; }
C++
[DefaultValueAttribute(-1)]
[CategoryAttribute(L"Configuration")]
[BrowsableAttribute(True)]
public property int MaxDropdownHeight sealed  {
    int get();
    void set(int value);
}
J#
/** @attribute DefaultValueAttribute(-1) */
/** @attribute CategoryAttribute("Configuration") */
/** @attribute BrowsableAttribute(True) */
/** property */
public int get_MaxDropdownHeight();

/** property */
public void set_MaxDropdownHeight(int value);
JScript
public function get MaxDropdownHeight() : int

public function set MaxDropdownHeight(value : int);

Property Value

The height of the max dropdown.

See Also