The YWTimeTextBox type exposes the following members.

Properties

  NameDescription
Public propertyAcceptsReturn (Inherited from YWTextBoxBase.)
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 propertyForeColor (Inherited from YWTextBoxBase.)
Public propertyMaxLength (Overrides TextBoxBase..::..MaxLength.)
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.)

See Also