The YWStrTextBox type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodBindKanaControl
入力した内容と連動して仮名を表示するコントロールを設定します。
Protected methodDispose
YWTextBoxBase によって使用されているリソースを解放します。
(Inherited from YWTextBoxBase.)
Public methodFocus
コントロール入力フォーカスを設定します。
(Inherited from YWTextBoxBase.)
Public methodIsNoValue
Me.TextLength = 0
(Inherited from YWTextBoxBase.)
Public methodIsUnknown
Protected methodOnEnter
Enter イベントを発生させます。
(Overrides YWTextBoxBase..::..OnEnter(EventArgs).)
Protected methodOnGotFocus (Overrides YWTextBoxBase..::..OnGotFocus(EventArgs).)
Protected methodOnKeyDown (Inherited from YWTextBoxBase.)
Protected methodOnKeyPress (Overrides YWTextBoxBase..::..OnKeyPress(KeyPressEventArgs).)
Protected methodOnLeave
Leave イベントを発生させます。
(Overrides YWTextBoxBase..::..OnLeave(EventArgs).)
Protected methodOnLostFocus (Overrides YWTextBoxBase..::..OnLostFocus(EventArgs).)
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 (Inherited from YWTextBoxBase.)
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.)
Public methodSetUnkown
Protected methodWndProc (Overrides YWTextBoxBase..::..WndProc(Message%).)

Properties

  NameDescription
Public propertyAcceptsReturn (Inherited from YWTextBoxBase.)
Public propertyAllowSpace
Space を入力できるかどうか示す値を取得または設定します。
Public propertyBackColor (Inherited from YWTextBoxBase.)
Public propertyColumnName
YWForm.SetValuesByRowで制御する文字列を取得または設定します。 SetValuesByRow実行時に指定したDataRowのColumnNameと一致する列のItemが設定されます。 空白時は制御を受けません。
(Inherited from YWTextBoxBase.)
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 propertyFocusTrim
Enter, Leaveした際にTextをTrimするかどうかを示す値を取得または設定します。
Public propertyForeColor (Inherited from YWTextBoxBase.)
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 propertyUnknownChar
不明の場合に使用する文字を取得または設定します。

Events

  NameDescription
Public eventChangedLeave
Leave時にEnter時と値が違う場合に発生します。
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