The YWStrTextBox type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | YWStrTextBox |
YWStrTextBox クラスの新しいインスタンスを初期化します。
|
Methods
Name | Description | |
---|---|---|
![]() | BindKanaControl |
入力した内容と連動して仮名を表示するコントロールを設定します。
|
![]() | Dispose |
YWTextBoxBase によって使用されているリソースを解放します。
(Inherited from YWTextBoxBase.) |
![]() | Focus |
コントロール入力フォーカスを設定します。
(Inherited from YWTextBoxBase.) |
![]() | IsNoValue |
Me.TextLength = 0
(Inherited from YWTextBoxBase.) |
![]() | IsUnknown | |
![]() | OnEnter |
Enter イベントを発生させます。
(Overrides YWTextBoxBase..::..OnEnter(EventArgs).) |
![]() | OnGotFocus | (Overrides YWTextBoxBase..::..OnGotFocus(EventArgs).) |
![]() | OnKeyDown | (Inherited from YWTextBoxBase.) |
![]() | OnKeyPress | (Overrides YWTextBoxBase..::..OnKeyPress(KeyPressEventArgs).) |
![]() | OnLeave |
Leave イベントを発生させます。
(Overrides YWTextBoxBase..::..OnLeave(EventArgs).) |
![]() | OnLostFocus | (Overrides YWTextBoxBase..::..OnLostFocus(EventArgs).) |
![]() | OnMouseDown | (Inherited from YWTextBoxBase.) |
![]() | OnMouseEnter | (Inherited from YWTextBoxBase.) |
![]() | OnMouseLeave | (Inherited from YWTextBoxBase.) |
![]() | OnMouseMove | (Inherited from YWTextBoxBase.) |
![]() | OnMouseUp | (Inherited from YWTextBoxBase.) |
![]() | OnTextChanged | (Inherited from YWTextBoxBase.) |
![]() | PerformedLeave |
テキストの System.Windows.Forms.Control.Leave イベントを生成します。
(Inherited from YWTextBoxBase.) |
![]() | Reset |
Clear
(Inherited from YWTextBoxBase.) |
![]() | SetBindingText |
既存のバインディングコレクションを消去し、
新しくTextに対してデータをソースをバインドします。
(Inherited from YWTextBoxBase.) |
![]() | SetErrorColor |
コンポーネントにエラー時の前景色と背景色を設定します。
(Inherited from YWTextBoxBase.) |
![]() | SetNormalColor |
コンポーネントに通常時の前景色と背景色を設定します。
(Inherited from YWTextBoxBase.) |
![]() | SetUnkown | |
![]() | WndProc | (Overrides YWTextBoxBase..::..WndProc(Message%).) |
Properties
Name | Description | |
---|---|---|
![]() | AcceptsReturn | (Inherited from YWTextBoxBase.) |
![]() | AllowSpace |
Space を入力できるかどうか示す値を取得または設定します。
|
![]() | BackColor | (Inherited from YWTextBoxBase.) |
![]() | ColumnName |
YWForm.SetValuesByRowで制御する文字列を取得または設定します。
SetValuesByRow実行時に指定したDataRowのColumnNameと一致する列のItemが設定されます。
空白時は制御を受けません。
(Inherited from YWTextBoxBase.) |
![]() | EditableChars |
YWForm.EditableCharで制御する文字列を取得または設定します。
EditableCharに設定時に該当値の有無でEditabledの値が変化します。
空白時はEnabledCharの制御を受けません。
(Inherited from YWTextBoxBase.) |
![]() | Editabled |
コントロールの値を編集可能かどうかを示す値を取得または設定します。
(Inherited from YWTextBoxBase.) |
![]() | EnterStop |
このコントロールで、フォーカスを移動するのに、Enter キーを使用できるかどうかを示す値を取得または設定します。
(Inherited from YWTextBoxBase.) |
![]() | ErrorBackColor |
エラー時のコンポーネントの背景色を取得または設定します。
(Inherited from YWTextBoxBase.) |
![]() | ErrorForeColor |
エラー時のテキストを表示するのに使用される、このコンポーネントの前景色を取得または設定します。
(Inherited from YWTextBoxBase.) |
![]() | FocusTrim |
Enter, Leaveした際にTextをTrimするかどうかを示す値を取得または設定します。
|
![]() | ForeColor | (Inherited from YWTextBoxBase.) |
![]() | NormalBackColor |
通常時のコンポーネントの背景色を取得または設定します。
内部処理用プロパティです。
(Inherited from YWTextBoxBase.) |
![]() | NormalForeColor |
通常時のテキストを表示するのに使用される、このコンポーネントの前景色を取得または設定します。
内部処理用プロパティです。
(Inherited from YWTextBoxBase.) |
![]() | ReadBackColor |
読取時のコンポーネントの背景色を取得または設定します。
(Inherited from YWTextBoxBase.) |
![]() | ReadForeColor |
読取時のテキストを表示するのに使用される、このコンポーネントの前景色を取得または設定します。
(Inherited from YWTextBoxBase.) |
![]() | ReadOnly | (Inherited from YWTextBoxBase.) |
![]() | SelectedBackColor |
選択時時のコンポーネントの背景色を取得または設定します。
(Inherited from YWTextBoxBase.) |
![]() | SelectedColorChanged |
選択時にコンポーネントの前景色と背景色を設定するかどうかを示す値を設定します。
(Inherited from YWTextBoxBase.) |
![]() | SelectedForeColor |
選択時のテキストを表示するのに使用される、このコンポーネントの前景色を取得または設定します。
(Inherited from YWTextBoxBase.) |
![]() | UnknownChar |
不明の場合に使用する文字を取得または設定します。
|
Events
Name | Description | |
---|---|---|
![]() | ChangedLeave |
Leave時にEnter時と値が違う場合に発生します。
|
![]() | F10KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F11KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F12KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F1KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F2KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F3KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F4KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F5KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F6KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F7KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F8KeyDown | (Inherited from YWTextBoxBase.) |
![]() | F9KeyDown | (Inherited from YWTextBoxBase.) |
![]() | Reseted |
Reset が実行された場合に発生します。
(Inherited from YWTextBoxBase.) |