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


スピン動作による数値の変化量を取得または設定します。
構文
'Declaration
 
Public Property SpinIncrement As Nullable(Of Integer)
'使用法
 
Dim instance As NumberDecimalPartFieldInfo
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値です。
参照

NumberDecimalPartFieldInfo クラス
NumberDecimalPartFieldInfo メンバ

 

 


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