リサイズはクリックかドラッグ

NumberDisplayFieldsBuilder.BuildFields メソッド (String, String, String, String, String)

指定した書式に従って NumberDisplayField の配列を作成します。

名前空間:  GrapeCity.Windows.InputMan.Fields
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public static NumberDisplayField[] BuildFields(
	string pattern,
	string positivePrefix,
	string positiveSuffix,
	string negativePrefix,
	string negativeSuffix
)

パラメーター

pattern
型: System.String
パターンを示す String 値。
positivePrefix
型: System.String
値が正のときに前に付加する文字列を示す String 値。
positiveSuffix
型: System.String
値が正のときに後ろに付加する文字列を示す String 値。
negativePrefix
型: System.String
値が負のときに前に付加する文字列を示す String 値。
negativeSuffix
型: System.String
値が負のときに後ろに付加する文字列を示す String 値。

戻り値

型:NumberDisplayField[]
作成された GcNumber フィールドを示す NumberDisplayField の配列。
関連項目