GrapeCity SPREAD for Windows Forms 11.0J
SpinIncrement プロパティ (TimeSpanInputFieldInfo)


スピン動作による数値の変化量を取得または設定します。
構文
'Declaration
 
Public Property SpinIncrement As Nullable(Of Integer)
'使用法
 
Dim instance As TimeSpanInputFieldInfo
Dim value As Nullable(Of Integer)
 
instance.SpinIncrement = value
 
value = instance.SpinIncrement
public Nullable<int> SpinIncrement {get; set;}

プロパティ値

変化量を表すInt32値。
解説
値が設定されていないときのデフォルト値は、オーナーのGrapeCity.Win.Spread.InputMan.CellType.Spin.Increment値です。
参照

TimeSpanInputFieldInfo クラス
TimeSpanInputFieldInfo メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.