入力項目の初期化

C# | Visual Basic | Visual 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のとき半角計算の半分
テキスト文字数表示はDoubleのとき半角計算の半分