PowerTools SPREAD for Windows Forms 10.0J
MaxLengthUnit プロパティ (GcComboBoxCellType)


MaxLengthの計算方法(バイト数と文字数のどちらに基づくか)を取得または設定します。
構文
'Declaration
 
Public Property MaxLengthUnit As LengthUnit
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As LengthUnit
 
instance.MaxLengthUnit = value
 
value = instance.MaxLengthUnit
public LengthUnit MaxLengthUnit {get; set;}

プロパティ値

bool値。MaxLengthの計算方法がバイト数に基づく場合はtrue、文字数に基づく場合はfalse
デフォルト値はLengthUnit.Charです。
解説
このプロパティはMaxLengthプロパティと関連しています。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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