The YWStrTextBox type exposes the following members.

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%).)

See Also