MultiSelect for WinForms
MaxLengthUnit プロパティ (C1TextBox)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1TextBox クラス : MaxLengthUnit プロパティ
Gets or sets whether the maximum number of characters that fit in the control are handled based on bytes, characters, or text elements.
シンタックス
'宣言
 
Public Property MaxLengthUnit As LengthUnit
public LengthUnit MaxLengthUnit {get; set;}
解説
Determines the unit for counting for the MaxLength property. The value LengthUnit.Byte means the MaxLength is counted by Byte. The value LengthUnit.Char means the MaxLength is counted by Char.
参照

C1TextBox クラス
C1TextBox メンバ