PowerTools SPREAD for Windows Forms 8.0J
SpinIncrement プロパティ (NumberIntegerPartFieldInfo)


フィールドのスピンの増分量を取得または設定します。
構文
'Declaration
 
Public Property SpinIncrement As Nullable(Of Integer)
'使用法
 
Dim instance As NumberIntegerPartFieldInfo
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値です。
参照

NumberIntegerPartFieldInfo クラス
NumberIntegerPartFieldInfo メンバ

 

 


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