ComboBox.DropDownHeight 属性

定义

获取或设置 ComboBox 的下拉部分的高度(以像素为单位)。

public:
 property int DropDownHeight { int get(); void set(int value); };
[System.ComponentModel.Browsable(true)]
public int DropDownHeight { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.DropDownHeight : int with get, set
Public Property DropDownHeight As Integer

属性值

下拉框的高度(以像素为单位)。

属性

例外

指定值小于一。

注解

DropDownHeight设置 属性会将 IntegralHeight 属性重置为 false

适用于