'宣言 Public Shadows Property MaxLength As System.Integer
public new System.int MaxLength {get; set;}
プロパティ値
The number of characters or bytes (determined by the LengthAsByte property) that can be entered into the control.The default is zero.
'宣言 Public Shadows Property MaxLength As System.Integer
public new System.int MaxLength {get; set;}
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | If value is less than zero, an ArgumentOutOfRangeException is thrown. |