PowerTools SPREAD for Windows Forms 8.0J
UseDecimalDigit プロパティ


DecimalDigitプロパティを使用するかどうかを取得または設定します。
構文
'Declaration
 
Public Property UseDecimalDigit As Boolean
'使用法
 
Dim instance As PopUpCalculatorInfo
Dim value As Boolean
 
instance.UseDecimalDigit = value
 
value = instance.UseDecimalDigit
public bool UseDecimalDigit {get; set;}

プロパティ値

bool値。小数点以下の桁数を使用する場合はtrue。それ以外の場合はfalse
デフォルト値はfalseです。
参照

PopUpCalculatorInfo クラス
PopUpCalculatorInfo メンバ

 

 


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