名前 | 解説 | |
---|---|---|
C1TextBox コンストラクタ | C1TextBox クラスの新しいインスタンスを初期化します。 |
C1TextBoxデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
C1TextBox コンストラクタ | C1TextBox クラスの新しいインスタンスを初期化します。 |
名前 | 解説 | |
---|---|---|
AcceptsEscape | 値の変更をキャンセルする[Esc]キーをオーナーフォームに渡さずにコントロールで処理するか(AcceptsEscape=True)、[Esc]キーをフォームに渡し、フォームに CancelButton がある場合にフォームを閉じることができるようにするか(AcceptsEscape=False)を示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
AcceptsReturn | 複数行 C1TextBox コントロール内で[Enter]が押された場合に、コントロール内に 新しいテキスト行を作成するか、それともフォームのデフォルトボタンをアクティブ化 するかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
AcceptsTab | 複数行テキストボックスコントロール内で[Tab]キーが押されたときに、フォーカスを タブオーダーの次のコントロールに移動するのではなく、コントロールにタブ文字を 入力するかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
AccessibilityObject | System.Windows.Forms.Controlから継承されます。 | |
AccessibleDefaultActionDescription | System.Windows.Forms.Controlから継承されます。 | |
AccessibleDescription | System.Windows.Forms.Controlから継承されます。 | |
AccessibleName | System.Windows.Forms.Controlから継承されます。 | |
AccessibleRole | System.Windows.Forms.Controlから継承されます。 | |
AllowDrop | System.Windows.Forms.Controlから継承されます。 | |
Anchor | System.Windows.Forms.Controlから継承されます。 | |
AutoCompleteCustomSource | C1.Win.Input.Base.C1TextBoxBase.AutoCompleteSource プロパティが CustomSource に設定されている場合に使用する カスタム System.Collections.Specialized.StringCollection を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
AutoCompleteMode | C1TextBox のオートコンプリート機能を制御するオプションを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
AutoCompleteSource | オートコンプリートに使用されるコンプリート文字列のソースを指定する値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
AutoScrollOffset | System.Windows.Forms.Controlから継承されます。 | |
AutoSize | This property is not relevant for this class. C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
BackColor | Gets or sets the background color for the control. C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
BackgroundImage | Gets or sets the background image displayed in the control. C1.Win.Input.Base.C1InputHostから継承されます。 | |
BackgroundImageLayout | Gets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. C1.Win.Input.Base.C1InputHostから継承されます。 | |
BindingContext | System.Windows.Forms.Controlから継承されます。 | |
BorderStyle | テキストボックスコントロールの境界線の種類を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Bottom | System.Windows.Forms.Controlから継承されます。 | |
Bounds | System.Windows.Forms.Controlから継承されます。 | |
ButtonsSettings | ボタンのプロパティを取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
CanFocus | System.Windows.Forms.Controlから継承されます。 | |
CanSelect | System.Windows.Forms.Controlから継承されます。 | |
CanUndo | ユーザーがテキストボックスコントロール内の直前の操作を元に戻すことができるか どうかを示す値を取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Capture | System.Windows.Forms.Controlから継承されます。 | |
CaseSensitive | 文字列比較で大文字小文字を区別するかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
CausesValidation | C1.Win.Input.Base.C1InputHostから継承されます。 | |
CharacterCasing | C1TextBox コントロールが、入力される文字の大文字小文字を変更するかどうかを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
CharCategories | キーボード入力をフィルタ処理する規則を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ClientRectangle | System.Windows.Forms.Controlから継承されます。 | |
ClientSize | System.Windows.Forms.Controlから継承されます。 | |
CompanyName | System.Windows.Forms.Controlから継承されます。 | |
Container | System.ComponentModel.Componentから継承されます。 | |
ContainsFocus | System.Windows.Forms.Controlから継承されます。 | |
ContextMenuStrip | System.Windows.Forms.Controlから継承されます。 | |
Controls | System.Windows.Forms.Controlから継承されます。 | |
Created | System.Windows.Forms.Controlから継承されます。 | |
CultureInfo | 現在の CultureInfo オブジェクトを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the control. C1.Framework.XViewLightから継承されます。 | |
CustomFormat | C1.Win.Input.Base.C1TextBoxBase.FormatType プロパティが FormatType.CustomFormat の場合に使用されるカスタム書式指定子を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
DataBindings | System.Windows.Forms.Controlから継承されます。 | |
DataContext | System.Windows.Forms.Controlから継承されます。 | |
DataMember | コントロールが連結されるデータソースオブジェクトのメンバを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
DataSource | コントロールの連結先のデータソースオブジェクトを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
DataType | C1.Win.Input.Base.C1TextBoxBase.Value プロパティの型を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
DefaultIconSize | コントロールのデフォルトのアイコンサイズを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
DeviceDpi | System.Windows.Forms.Controlから継承されます。 | |
DisableOnNoData | テキストボックスが空のデータソース(CurrencyManager.Count = 0)に連結されたとき、テキストボックスを無効にする必要があるかどうかを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
DisplayFormat | コントロールが表示モードのときに値を表示するために使用される書式を取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
DisplayRectangle | System.Windows.Forms.Controlから継承されます。 | |
Disposing | System.Windows.Forms.Controlから継承されます。 | |
Dock | System.Windows.Forms.Controlから継承されます。 | |
EditFormat | コントロールが編集モード(入力フォーカスがあり、読み取り専用ではない)のときに値を表示するために使用される書式を取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
EmptyAsNull | 空の文字列が null 値(System.DBNull)として解釈されるかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Enabled | System.Windows.Forms.Controlから継承されます。 | |
ErrorInfo | コントロール内のエラー処理に影響を及ぼす設定を取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ExitOnLeftRightKey | 左矢印キーまたは右矢印キーが押されたときに、フォーカスがタブオーダーの前または次のコントロールに自動的に移動するかどうかを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ExtraIcons | 追加の入力エディタアイコンを持つコレクションを取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
FloatingPlaceholderEnabled | フローティングプレースホルダが有効かどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Focused | Gets a value indicating whether the control has input focus. C1.Win.Input.Base.C1InputHostから継承されます。 | |
Font | System.Windows.Forms.Controlから継承されます。 | |
ForeColor | Gets or sets the foreground color of the control. C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
FormatType | 標準 .NET 書式指定子、カスタム書式設定、プログラム書式設定などの書式設定方法を決定する列挙値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Handle | System.Windows.Forms.Controlから継承されます。 | |
HasChildren | System.Windows.Forms.Controlから継承されます。 | |
Height | System.Windows.Forms.Controlから継承されます。 | |
HideSelection | コントロールがフォーカスを失ったときに、テキストボックスコントロール内の選択テキストを 強調表示したままにするかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Icon | C1TextBox コントロールに表示される C1.Framework.C1Icon を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Image | C1TextBox コントロールに表示される画像を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ImageAlign | 画像の配置を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ImageIndex | C1TextBox コントロールに表示される画像の画像リストインデックス値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ImageKey | C1.Win.Input.Base.C1TextBoxBase.ImageList 内の画像のキーアクセサを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ImageList | C1TextBox コントロールに表示される System.Drawing.Image を含む System.Windows.Forms.ImageList を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ImeMode | System.Windows.Forms.Controlから継承されます。 | |
InitialSelection | コントロールが入力フォーカスを受け取ったときの選択位置を決定する値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
InvokeRequired | System.Windows.Forms.Controlから継承されます。 | |
IsAccessible | System.Windows.Forms.Controlから継承されます。 | |
IsAncestorSiteInDesignMode | System.Windows.Forms.Controlから継承されます。 | |
IsDisposed | System.Windows.Forms.Controlから継承されます。 | |
IsHandleCreated | System.Windows.Forms.Controlから継承されます。 | |
IsMirrored | System.Windows.Forms.Controlから継承されます。 | |
LayoutEngine | System.Windows.Forms.Controlから継承されます。 | |
Left | System.Windows.Forms.Controlから継承されます。 | |
Lines | テキストボックスコントロール内のテキスト行を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Location | System.Windows.Forms.Controlから継承されます。 | |
Margin | コントロール間のスペースを取得または設定します。 C1.Win.Input.Base.C1InputControlから継承されます。 | |
MarkEmpty | 値が空の場合に赤い点線を描画する必要があるかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
MaximumSize | System.Windows.Forms.Controlから継承されます。 | |
MaxLength | ユーザーがテキストボックスコントロールに入力または貼り付けることができる最大文字数を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
MaxLengthUnit | コントロールに収まる最大文字数がバイト、文字、テキスト要素のどれに基づいて処理されるかを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
MaxLineCount | 行の最大数を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
MinimumSize | System.Windows.Forms.Controlから継承されます。 | |
Modified | テキストボックスコントロールが作成されたか、そのコンテンツが最後に設定されて以降に、 コントロールがユーザーによって変更されたことを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Multiline | これが複数行 C1TextBox コントロールかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Name | System.Windows.Forms.Controlから継承されます。 | |
NullText | DBNull 値を表す文字列を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Padding | コントロール内のパディングを取得または設定します。 C1.Win.Input.Base.C1InputControlから継承されます。 | |
Parent | System.Windows.Forms.Controlから継承されます。 | |
ParseInfo | 解析(ユーザーによって入力された文字列からデータ型への変換)に影響を及ぼす設定を取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PasswordChar | 単一行の C1TextBox コントロールでパスワードの文字をマスクするために使用される文字を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Placeholder | ユーザーに情報の入力を促すために、C1TextBox に表示されるテキストプレースホルダを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PostValidation | 解析(ユーザーによって入力された文字列から DataType への変換)の後に適用される検証規則(型付きの検証)を取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PreferredHeight | テキストボックスの適切な高さを取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PreferredSize | System.Windows.Forms.Controlから継承されます。 | |
PreValidation | 解析(ユーザーによって入力された文字列から DataType への変換)の前に適用される検証規則(元の文字列の検証)を取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ProductName | System.Windows.Forms.Controlから継承されます。 | |
ProductVersion | System.Windows.Forms.Controlから継承されます。 | |
ReadOnly | テキストボックス内のテキストが読み取り専用かどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
RecreatingHandle | System.Windows.Forms.Controlから継承されます。 | |
Region | System.Windows.Forms.Controlから継承されます。 | |
Right | System.Windows.Forms.Controlから継承されます。 | |
RightToLeft | System.Windows.Forms.Controlから継承されます。 | |
ScrollBars | C1TextBox コントロールに表示されるスクロールバーを取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
SelectedText | コントロール内の現在の選択テキストを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
SelectionLength | テキストボックス内で選択された文字数を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
SelectionStart | テキストボックス内で選択されたテキストの開始点を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ShortcutsEnabled | 定義されているショートカットが有効であるかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Site | System.Windows.Forms.Controlから継承されます。 | |
Size | System.Windows.Forms.Controlから継承されます。 | |
Styles | C1TextBox のスタイルを取得または設定します。 | |
TabIndex | System.Windows.Forms.Controlから継承されます。 | |
TabStop | System.Windows.Forms.Controlから継承されます。 | |
Tag | System.Windows.Forms.Controlから継承されます。 | |
Text | Gets or sets the text associated with this control. C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
TextAlign | C1TextBox コントロール内にテキストを配置する方法を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
TextLength | コントロール内のテキストの長さを取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Top | System.Windows.Forms.Controlから継承されます。 | |
TopLevelControl | System.Windows.Forms.Controlから継承されます。 | |
TrimEnd | 末尾のスペースを削除するかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
TrimStart | 先頭のスペースを削除するかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
UseSystemPasswordChar | C1TextBox コントロール内のテキストをデフォルトのパスワード文字として 表示するかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
UseWaitCursor | System.Windows.Forms.Controlから継承されます。 | |
Value | コントロールに含まれる視覚情報の現在の C1.Win.Input.Base.C1TextBoxBase.DataType 表現を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
VerticalAlign | コントロール内のコンテンツの垂直方向の配置を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Visible | System.Windows.Forms.Controlから継承されます。 | |
Width | System.Windows.Forms.Controlから継承されます。 | |
WordWrap | 複数行テキストボックスコントロールが必要に応じて自動的に次の行の先頭に単語を 折り返すかどうかを示す値を取得または設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
AppendText | テキストボックスの現在のテキストにテキストを追加します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
BeginInvoke | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
BringToFront | System.Windows.Forms.Controlから継承されます。 | |
CheckValidationResult | ParseContent メソッドの結果をチェックします。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Clear | テキストボックスコントロールからすべてのテキストをクリアします。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ClearUndo | テキストボックスのアンドゥバッファから直前の操作に関する情報をクリアします。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Contains | System.Windows.Forms.Controlから継承されます。 | |
Copy | テキストボックス内の現在の選択内容をクリップボードにコピーします。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
CreateControl | System.Windows.Forms.Controlから継承されます。 | |
CreateGraphics | System.Windows.Forms.Controlから継承されます。 | |
Cut | テキストボックス内の現在の選択内容をクリップボードに移動します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
DeselectAll | C1.Win.Input.Base.C1TextBoxBase.SelectionLength プロパティの値を ゼロに指定して、コントロール内の文字を選択されていない状態にします。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Dispose | System.ComponentModel.Componentから継承されます。 | |
DoDragDrop | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
DrawToBitmap | System.Windows.Forms.Controlから継承されます。 | |
EndInvoke | System.Windows.Forms.Controlから継承されます。 | |
FindForm | System.Windows.Forms.Controlから継承されます。 | |
Focus | System.Windows.Forms.Controlから継承されます。 | |
GetCharFromPosition | コントロール内の指定された位置に最も近い文字を取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
GetCharIndexFromPosition | 指定された位置に最も近い文字のインデックスを取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
GetChildAtPoint | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
GetContainerControl | System.Windows.Forms.Controlから継承されます。 | |
GetFirstCharIndexFromLine | 指定された行の最初の文字のインデックスを取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
GetFirstCharIndexOfCurrentLine | 現在の行の最初の文字のインデックスを取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
GetLineFromCharIndex | コントロールのテキスト内の指定された文字位置から行番号を取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
GetNextControl | System.Windows.Forms.Controlから継承されます。 | |
GetPositionFromCharIndex | 指定された文字インデックスのコントロール内での位置を取得します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. C1.Win.Input.Base.C1InputHostから継承されます。 | |
Hide | System.Windows.Forms.Controlから継承されます。 | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
Invalidate | オーバーロードされます。 含まれている要素を無効にします。 C1.Framework.XViewLightから継承されます。 | |
Invoke | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
LogicalToDeviceUnits | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
ParseContent | Text 文字列を解析します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Paste | オーバーロードされます。 アンドゥバッファをクリアすることなく、選択テキストを指定されたテキストに設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PerformLayout | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
PointToClient | System.Windows.Forms.Controlから継承されます。 | |
PointToScreen | System.Windows.Forms.Controlから継承されます。 | |
PreProcessControlMessage | System.Windows.Forms.Controlから継承されます。 | |
PreProcessMessage | System.Windows.Forms.Controlから継承されます。 | |
RectangleToClient | System.Windows.Forms.Controlから継承されます。 | |
RectangleToScreen | System.Windows.Forms.Controlから継承されます。 | |
Refresh | System.Windows.Forms.Controlから継承されます。 | |
ResumeLayout | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
Scale | System.Windows.Forms.Controlから継承されます。 | |
ScaleBitmapLogicalToDevice | System.Windows.Forms.Controlから継承されます。 | |
ScrollToCaret | コントロールの内容を現在のカレット位置までスクロールします。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Select | オーバーロードされます。 テキストボックス内のテキスト範囲を選択します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
SelectAll | テキストボックス内のすべてのテキストを選択します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
SelectNextControl | System.Windows.Forms.Controlから継承されます。 | |
SendToBack | System.Windows.Forms.Controlから継承されます。 | |
SetBounds | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
Show | System.Windows.Forms.Controlから継承されます。 | |
SuspendLayout | System.Windows.Forms.Controlから継承されます。 | |
ToString | System.ComponentModel.Componentから継承されます。 | |
Undo | テキストボックスでの最後の編集作業を元に戻します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Update | System.Windows.Forms.Controlから継承されます。 | |
UpdateValueWithCurrentText | Text プロパティの解析を行い、Value を更新します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ValidateText | コントロールがフォーカスを失った後に通常行われる検証と同様に、現在の Text プロパティを検証します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
AcceptsTabChanged | C1.Win.Input.Base.C1TextBoxBase.AcceptsTab プロパティの値が変化すると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
BackColorChanged | System.Windows.Forms.Controlから継承されます。 | |
BackgroundImageChanged | System.Windows.Forms.Controlから継承されます。 | |
BackgroundImageLayoutChanged | System.Windows.Forms.Controlから継承されます。 | |
BindingContextChanged | System.Windows.Forms.Controlから継承されます。 | |
CausesValidationChanged | System.Windows.Forms.Controlから継承されます。 | |
ChangeUICues | System.Windows.Forms.Controlから継承されます。 | |
Click | System.Windows.Forms.Controlから継承されます。 | |
ClientSizeChanged | System.Windows.Forms.Controlから継承されます。 | |
ContextMenuStripChanged | System.Windows.Forms.Controlから継承されます。 | |
ControlAdded | System.Windows.Forms.Controlから継承されます。 | |
ControlRemoved | System.Windows.Forms.Controlから継承されます。 | |
CursorChanged | System.Windows.Forms.Controlから継承されます。 | |
CustomButtonClick | カスタムボタンがクリックされると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
DataContextChanged | System.Windows.Forms.Controlから継承されます。 | |
DataTypeChanged | C1.Win.Input.Base.C1TextBoxBase.DataType プロパティが変更されると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Disposed | System.ComponentModel.Componentから継承されます。 | |
DockChanged | System.Windows.Forms.Controlから継承されます。 | |
DoubleClick | System.Windows.Forms.Controlから継承されます。 | |
DpiChangedAfterParent | System.Windows.Forms.Controlから継承されます。 | |
DpiChangedBeforeParent | System.Windows.Forms.Controlから継承されます。 | |
DragDrop | System.Windows.Forms.Controlから継承されます。 | |
DragEnter | System.Windows.Forms.Controlから継承されます。 | |
DragLeave | System.Windows.Forms.Controlから継承されます。 | |
DragOver | System.Windows.Forms.Controlから継承されます。 | |
DropDownButtonClick | ドロップダウンボタンがクリックされると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
EnabledChanged | System.Windows.Forms.Controlから継承されます。 | |
Enter | System.Windows.Forms.Controlから継承されます。 | |
FontChanged | System.Windows.Forms.Controlから継承されます。 | |
ForeColorChanged | System.Windows.Forms.Controlから継承されます。 | |
FormatError | コントロールが現在の書式設定や編集マスク設定に従って書式設定できないデータを受け取ると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Formatting | プログラムによって値を書式設定します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
GiveFeedback | System.Windows.Forms.Controlから継承されます。 | |
GotFocus | System.Windows.Forms.Controlから継承されます。 | |
HandleCreated | System.Windows.Forms.Controlから継承されます。 | |
HandleDestroyed | System.Windows.Forms.Controlから継承されます。 | |
HelpRequested | System.Windows.Forms.Controlから継承されます。 | |
HideSelectionChanged | C1.Win.Input.Base.C1TextBoxBase.HideSelection プロパティの値が変化すると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ImeModeChanged | System.Windows.Forms.Controlから継承されます。 | |
Invalidated | System.Windows.Forms.Controlから継承されます。 | |
KeyDown | System.Windows.Forms.Controlから継承されます。 | |
KeyPress | System.Windows.Forms.Controlから継承されます。 | |
KeyUp | System.Windows.Forms.Controlから継承されます。 | |
Layout | System.Windows.Forms.Controlから継承されます。 | |
Leave | System.Windows.Forms.Controlから継承されます。 | |
LocationChanged | System.Windows.Forms.Controlから継承されます。 | |
LostFocus | System.Windows.Forms.Controlから継承されます。 | |
MarginChanged | System.Windows.Forms.Controlから継承されます。 | |
ModalButtonClick | モーダルボタンがクリックされると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ModifiedChanged | C1.Win.Input.Base.C1TextBoxBase.Modified プロパティの値が変化すると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
MouseCaptureChanged | System.Windows.Forms.Controlから継承されます。 | |
MouseClick | System.Windows.Forms.Controlから継承されます。 | |
MouseDoubleClick | System.Windows.Forms.Controlから継承されます。 | |
MouseDown | System.Windows.Forms.Controlから継承されます。 | |
MouseEnter | System.Windows.Forms.Controlから継承されます。 | |
MouseHover | System.Windows.Forms.Controlから継承されます。 | |
MouseLeave | System.Windows.Forms.Controlから継承されます。 | |
MouseMove | System.Windows.Forms.Controlから継承されます。 | |
MouseUp | System.Windows.Forms.Controlから継承されます。 | |
MouseWheel | System.Windows.Forms.Controlから継承されます。 | |
Move | System.Windows.Forms.Controlから継承されます。 | |
MultilineChanged | C1.Win.Input.Base.C1TextBoxBase.Multiline プロパティの値が変化すると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PaddingChanged | System.Windows.Forms.Controlから継承されます。 | |
Paint | System.Windows.Forms.Controlから継承されます。 | |
ParentChanged | System.Windows.Forms.Controlから継承されます。 | |
Parsed | 入力文字列値が DataType に変換された後に発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Parsing | 入力文字列がプログラムによって解析されると、発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PostValidated | 型付きの値が検証された後に発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PostValidating | 型付きの値のプログラムによる検証時に発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PreValidated | 入力文字列値が検証された後に発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PreValidating | 入力文字列のプログラムによる検証時に発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
PreviewKeyDown | System.Windows.Forms.Controlから継承されます。 | |
QueryAccessibilityHelp | System.Windows.Forms.Controlから継承されます。 | |
QueryContinueDrag | System.Windows.Forms.Controlから継承されます。 | |
ReadOnlyChanged | C1.Win.Input.Base.C1TextBoxBase.ReadOnly プロパティの値が変化すると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
RegionChanged | System.Windows.Forms.Controlから継承されます。 | |
Resize | System.Windows.Forms.Controlから継承されます。 | |
RightToLeftChanged | System.Windows.Forms.Controlから継承されます。 | |
SizeChanged | System.Windows.Forms.Controlから継承されます。 | |
StyleChanged | System.Windows.Forms.Controlから継承されます。 | |
SystemColorsChanged | System.Windows.Forms.Controlから継承されます。 | |
TabIndexChanged | System.Windows.Forms.Controlから継承されます。 | |
TabStopChanged | System.Windows.Forms.Controlから継承されます。 | |
TextAlignChanged | C1.Win.Input.Base.C1TextBoxBase.TextAlign プロパティの値が変化すると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
TextChanged | System.Windows.Forms.Controlから継承されます。 | |
UpDownButtonClick | アップボタンまたはダウンボタンがクリックされると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
Validated | System.Windows.Forms.Controlから継承されます。 | |
Validating | System.Windows.Forms.Controlから継承されます。 | |
ValidationError | 入力文字列のエラーを解析または検証するときに発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
ValueChanged | C1.Win.Input.Base.C1TextBoxBase.Value プロパティが変更されると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
VerticalAlignChanged | C1.Win.Input.Base.C1TextBoxBase.VerticalAlign プロパティの値が変化すると発生します。 C1.Win.Input.Base.C1TextBoxBaseから継承されます。 | |
VisibleChanged | System.Windows.Forms.Controlから継承されます。 |