ToolStripComboBox.MaxLength プロパティ

定義

コンボ ボックスの編集できる部分に入力できる最大文字数を取得または設定します。

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

プロパティ値

ユーザーが入力できる最大文字数。 0 未満の値は、既定値の 0 にリセットされます。

適用対象