ComboBox.MaxLength 속성

정의

사용자가 ComboBox에 입력할 수 있는 문자 수를 가져오거나 설정합니다.

public:
 property int MaxLength { int get(); void set(int value); };
public int MaxLength { get; set; }
member this.MaxLength : int with get, set
Public Property MaxLength As Integer

속성 값

Int32

사용자가 입력할 수 있는 최대 문자 수입니다. 0보다 작은 값은 기본값인 0으로 다시 설정됩니다.

적용 대상