A Sandcastle Documented Class Library
InitFieldObject メソッド (fp, control, charWidth)
名前空間CFW.AspxCommonUIHelperInitFieldObject(FieldProperty, Control, UIHelper..::.CharcterWidth)
入力項目の初期化
宣言の構文
C#Visual BasicVisual C++
public static void InitFieldObject(
	FieldProperty fp,
	Control control,
	UIHelper..::.CharcterWidth charWidth
)
Public Shared Sub InitFieldObject ( _
	fp As FieldProperty, _
	control As Control, _
	charWidth As UIHelper..::.CharcterWidth _
)
public:
static void InitFieldObject(
	FieldProperty^ fp, 
	Control^ control, 
	UIHelper..::.CharcterWidth charWidth
)
パラメータ
fp (FieldProperty)
対象の入力項目に対応するプロパティ
control (Control)
対象の入力項目コントロール
charWidth (UIHelper..::.CharcterWidth)
全角文字を使用する
解説
toolTip,onFocus,onmBlur,onChangeを設定。
テキスト文字数表示はDoubleのとき半角計算の半分

アセンブリ: CFW.common.AspxCommon (モジュール: CFW.common.AspxCommon) バージョン: 1.2.0.1 (1.2.0.1)