ComboBox.DropDownHeight 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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
。