PowerTools SPREAD for Windows Forms 10.0J
MinValue プロパティ (GcTimeSpanCellType)


スピンボタンを使用してフィールドまたは値を変更するときの許容される最小値を取得または設定します。
構文
'Declaration
 
Public Property MinValue As TimeSpan
'使用法
 
Dim instance As GcTimeSpanCellType
Dim value As TimeSpan
 
instance.MinValue = value
 
value = instance.MinValue
public TimeSpan MinValue {get; set;}

プロパティ値

許容される最小値を示すSystem.TimeSpan値。
例外
例外説明
System.ArgumentOutOfRangeException値がMaxValueを超えているか、デフォルト値未満です。
参照

GcTimeSpanCellType クラス
GcTimeSpanCellType メンバ

 

 


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