PowerTools InputMan for ASP.NET 8.0J
SetDisplayNegativeSuffix メソッド
負の数値の後に配置するリテラル文字。
表示時の負の数値の後に配置するリテラル文字を設定します。
構文
var instance = new GCIM.GcNumber(container, id);
var returnValue; // Type: any

// パラメータ
var value; //タイプ: string

returnValue = instance.SetDisplayNegativeSuffix(value);
function SetDisplayNegativeSuffix( 
   value : string
) : any;

パラメータ

value
負の数値の後に配置するリテラル文字。
使用例
var number = FindIMControl("GcNumber1");
number.SetDisplayFormatDigit("#,###,###.##");
number.SetDisplayNegativePrefix("$-");
number.SetDisplayNegativeSuffix("円");
number.SetDisplayPositivePrefix("$");
number.SetDisplayPositiveSuffix("円");
number.SetValue(15000);
解説
書式設定については「書式の設定」を参照してください。
参照

GcNumber オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.