The YWNumTextBox type exposes the following members.

Constructors

  NameDescription
Public methodYWNumTextBox
YWNumTextBox クラスの新しいインスタンスを初期化します。

Methods

  NameDescription
Protected methodDispose
YWTextBoxBase によって使用されているリソースを解放します。
(Inherited from YWTextBoxBase.)
Public methodFocus
コントロール入力フォーカスを設定します。
(Inherited from YWTextBoxBase.)
Public methodIsNoValue
Me.TextLength = 0
(Inherited from YWTextBoxBase.)
Protected methodOnEnter
Enter イベントを発生させます。
(Overrides YWTextBoxBase..::..OnEnter(EventArgs).)
Protected methodOnGotFocus
Leave イベントを発生させます。
(Inherited from YWTextBoxBase.)
Protected methodOnKeyDown (Overrides YWTextBoxBase..::..OnKeyDown(KeyEventArgs).)
Protected methodOnKeyPress (Inherited from YWTextBoxBase.)
Protected methodOnLeave
Leave イベントを発生させます。
(Overrides YWTextBoxBase..::..OnLeave(EventArgs).)
Protected methodOnLostFocus (Inherited from YWTextBoxBase.)
Protected methodOnMouseDown (Inherited from YWTextBoxBase.)
Protected methodOnMouseEnter (Inherited from YWTextBoxBase.)
Protected methodOnMouseLeave (Inherited from YWTextBoxBase.)
Protected methodOnMouseMove (Inherited from YWTextBoxBase.)
Protected methodOnMouseUp (Inherited from YWTextBoxBase.)
Protected methodOnTextChanged (Overrides YWTextBoxBase..::..OnTextChanged(EventArgs).)
Public methodPerformedLeave
テキストの System.Windows.Forms.Control.Leave イベントを生成します。
(Inherited from YWTextBoxBase.)
Public methodReset
Clear
(Inherited from YWTextBoxBase.)
Public methodSetBindingText
既存のバインディングコレクションを消去し、 新しくTextに対してデータをソースをバインドします。
(Inherited from YWTextBoxBase.)
Public methodSetErrorColor
コンポーネントにエラー時の前景色と背景色を設定します。
(Inherited from YWTextBoxBase.)
Public methodSetNormalColor
コンポーネントに通常時の前景色と背景色を設定します。
(Inherited from YWTextBoxBase.)
Protected methodWndProc (Overrides YWTextBoxBase..::..WndProc(Message%).)

Properties

  NameDescription
Public propertyAcceptsReturn
Public propertyAcceptsTab
Public propertyBackColor (Inherited from YWTextBoxBase.)
Public propertyColumnName
YWForm.SetValuesByRowで制御する文字列を取得または設定します。 SetValuesByRow実行時に指定したDataRowのColumnNameと一致する列のItemが設定されます。 空白時は制御を受けません。
(Inherited from YWTextBoxBase.)
Public propertyDecValue
Text の Decimal 値を取得します。Text が数値以外の場合は 0 を取得します。
Public propertyDefalutValue
コントロールでReset、有効値以外が入力された時の初期値を取得または設定します。
Public propertyDigit
コントロールで入力できる数値の小数点以下の有効桁数を取得または設定します。
Public propertyDisplayFormat
コントロールがフォーカスしていない時の表示形式を取得または設定します。
Public propertyEditableChars
YWForm.EditableCharで制御する文字列を取得または設定します。 EditableCharに設定時に該当値の有無でEditabledの値が変化します。 空白時はEnabledCharの制御を受けません。
(Inherited from YWTextBoxBase.)
Public propertyEditabled
コントロールの値を編集可能かどうかを示す値を取得または設定します。
(Inherited from YWTextBoxBase.)
Public propertyEnterStop
このコントロールで、フォーカスを移動するのに、Enter キーを使用できるかどうかを示す値を取得または設定します。
(Inherited from YWTextBoxBase.)
Public propertyErrorBackColor
エラー時のコンポーネントの背景色を取得または設定します。
(Inherited from YWTextBoxBase.)
Public propertyErrorForeColor
エラー時のテキストを表示するのに使用される、このコンポーネントの前景色を取得または設定します。
(Inherited from YWTextBoxBase.)
Public propertyForeColor (Inherited from YWTextBoxBase.)
Public propertyI32Value
Text の Integer 値を取得します。Text が数値以外の場合は0を取得します。
Public propertyImeMode
Public propertyMaxValue
コントロールで入力できる数値の最大値を取得または設定します。
Public propertyMinValue
コントロールで入力できる数値の最小値を取得または設定します。
Public propertyMultiline
Public propertyNormalBackColor
通常時のコンポーネントの背景色を取得または設定します。 内部処理用プロパティです。
(Inherited from YWTextBoxBase.)
Public propertyNormalForeColor
通常時のテキストを表示するのに使用される、このコンポーネントの前景色を取得または設定します。 内部処理用プロパティです。
(Inherited from YWTextBoxBase.)
Public propertyReadBackColor
読取時のコンポーネントの背景色を取得または設定します。
(Inherited from YWTextBoxBase.)
Public propertyReadForeColor
読取時のテキストを表示するのに使用される、このコンポーネントの前景色を取得または設定します。
(Inherited from YWTextBoxBase.)
Public propertyReadOnly (Inherited from YWTextBoxBase.)
Public propertySelectedBackColor
選択時時のコンポーネントの背景色を取得または設定します。
(Inherited from YWTextBoxBase.)
Public propertySelectedColorChanged
選択時にコンポーネントの前景色と背景色を設定するかどうかを示す値を設定します。
(Inherited from YWTextBoxBase.)
Public propertySelectedForeColor
選択時のテキストを表示するのに使用される、このコンポーネントの前景色を取得または設定します。
(Inherited from YWTextBoxBase.)
Public propertyText
オーバーライドされます。 YWNumTextBox の現在のテキストを取得または設定します。
(Overrides TextBox..::..Text.)
Public propertyTextAlign
Public propertyWordWrap

Events

  NameDescription
Public eventChangedLeave
Enter時とLeave時でTextの値が異なる場合にLeaveの後に発生します。
Public eventF10KeyDown (Inherited from YWTextBoxBase.)
Public eventF11KeyDown (Inherited from YWTextBoxBase.)
Public eventF12KeyDown (Inherited from YWTextBoxBase.)
Public eventF1KeyDown (Inherited from YWTextBoxBase.)
Public eventF2KeyDown (Inherited from YWTextBoxBase.)
Public eventF3KeyDown (Inherited from YWTextBoxBase.)
Public eventF4KeyDown (Inherited from YWTextBoxBase.)
Public eventF5KeyDown (Inherited from YWTextBoxBase.)
Public eventF6KeyDown (Inherited from YWTextBoxBase.)
Public eventF7KeyDown (Inherited from YWTextBoxBase.)
Public eventF8KeyDown (Inherited from YWTextBoxBase.)
Public eventF9KeyDown (Inherited from YWTextBoxBase.)
Public eventReseted
Reset が実行された場合に発生します。
(Inherited from YWTextBoxBase.)

See Also