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

속성 값

Int32

드롭다운 상자의 높이(픽셀)입니다.

특성

예외

지정된 값이 1보다 작은 경우

설명

속성을 설정하면 DropDownHeight 속성falseIntegralHeight .로 다시 설정됩니다.

적용 대상