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

NumberFieldSetSetFields メソッド (String, String, String, String, String)

パターンを解析して各フィールドの設定を同期します。

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

パラメーター

pattern
型: SystemString
フィールドのパターンを示す String 値。
positivePrefix
型: SystemString
正の接頭辞の文字列を示す String 値。
positiveSuffix
型: SystemString
正の接尾辞の文字列を示す String 値。
negativePrefix
型: SystemString
負の接頭辞の文字列を示す String 値。
negativeSuffix
型: SystemString
負の接尾辞の文字列を示す String 値。
関連項目