PowerTools SPREAD for Windows Forms 8.0J
MaxLengthCodePage プロパティ


バイト単位の最大長のカウントに使用されるエンコーディングのコードページを取得または設定します。
構文
'Declaration
 
Public Property MaxLengthCodePage As Integer
'使用法
 
Dim instance As GcTextBoxCellType
Dim value As Integer
 
instance.MaxLengthCodePage = value
 
value = instance.MaxLengthCodePage
public int MaxLengthCodePage {get; set;}

プロパティ値

エンコーディングのコードページを示すSystem.Int32値。デフォルト値は-1で、エンコーディングを使用せずに組み込みのバイト長カウント方法を使用することを示します。
参照

GcTextBoxCellType クラス
GcTextBoxCellType メンバ
MaxLength プロパティ
MaxLengthUnit プロパティ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.