名前 | 解説 | |
---|---|---|
C1TextBox コンストラクタ | C1TextBox クラスの新しいインスタンスを初期化します。 |
C1TextBoxデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
C1TextBox コンストラクタ | C1TextBox クラスの新しいインスタンスを初期化します。 |
名前 | 解説 | |
---|---|---|
AcceptsEscape | 値の変更をキャンセルする[Esc]キーをオーナーフォームに渡さずにコントロールで処理するか(AcceptsEscape=True)、[Esc]キーをフォームに渡し、フォームに CancelButton がある場合にフォームを閉じることができるようにするか(AcceptsEscape=False)を示します。 | |
AcceptsReturn | System.Windows.Forms.TextBoxから継承されます。 | |
AcceptsTab | 編集マスクと DateTimeInput モードで、コントロールが[Tab]キーと[Shift]+[Tab]キーを受け入れて、入力文字の次(前)のグループにフォーカスを移動するかどうかを示します。 | |
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から継承されます。 | |
AutoChangePosition | 文字の位置が自動的に変更されるかどうかを示す値を取得または設定します。 | |
AutoCompleteCustomSource | System.Windows.Forms.TextBoxから継承されます。 | |
AutoCompleteMode | System.Windows.Forms.TextBoxから継承されます。 | |
AutoCompleteSource | System.Windows.Forms.TextBoxから継承されます。 | |
AutoScrollOffset | System.Windows.Forms.Controlから継承されます。 | |
AutoSize | コントロールに割り当てられたフォントが変更されたときに、コントロールの高さが自動的に調節されるかどうかを示す値を取得または設定します。 | |
BackColor | ||
BaseText | これは内部使用専用です。 | |
BindingContext | System.Windows.Forms.Controlから継承されます。 | |
BorderColor | コントロールの境界線色を取得または設定します。 | |
BorderStyle | ||
Bottom | System.Windows.Forms.Controlから継承されます。 | |
Bounds | System.Windows.Forms.Controlから継承されます。 | |
CalendarType | 日付の書式設定に使用するカレンダー。 | |
CanFocus | System.Windows.Forms.Controlから継承されます。 | |
CanSelect | System.Windows.Forms.Controlから継承されます。 | |
CanUndo | System.Windows.Forms.TextBoxBaseから継承されます。 | |
Capture | System.Windows.Forms.Controlから継承されます。 | |
CaseSensitive | 文字列比較で、大文字小文字を区別する場合は True、そうでない場合は False です。デフォルト:False | |
CausesValidation | コントロールが検証を行う(Validating イベントと Validated イベントを呼び出す)かどうかを示す値を取得または設定します。 | |
CharacterCasing | System.Windows.Forms.TextBoxから継承されます。 | |
CharCategory | キーボード入力をフィルタ処理する規則を定義します。 | |
ClientRectangle | System.Windows.Forms.Controlから継承されます。 | |
ClientSize | System.Windows.Forms.Controlから継承されます。 | |
CompanyName | System.Windows.Forms.Controlから継承されます。 | |
Container | System.ComponentModel.Componentから継承されます。 | |
ContainsFocus | System.Windows.Forms.Controlから継承されます。 | |
ContextMenu | System.Windows.Forms.Controlから継承されます。 | |
ContextMenuStrip | System.Windows.Forms.Controlから継承されます。 | |
Controls | System.Windows.Forms.Controlから継承されます。 | |
Created | System.Windows.Forms.Controlから継承されます。 | |
Culture | カルチャ ID です。 | |
CultureInfo | 現在の CultureInfo オブジェクトです(実行時に利用可能)。 | |
CultureName | プロパティグリッド内の Culture プロパティに対して選択された名前 | |
CurrentTimeZone | True の場合、コントロールの格納されている Value は現在のタイムゾーンにあります。そうでない場合、Value は GMTOffset プロパティによって定義されるタイムゾーンに調整されます。 | |
Cursor | System.Windows.Forms.Controlから継承されます。 | |
CustomFormat | FormatType = FormatTypeEnum.CustomFormat の場合に使用されるカスタム書式指定子です。 | |
DataBindings | System.Windows.Forms.Controlから継承されます。 | |
DataField | コントロールのバインド先のデータソースオブジェクトのフィールドです。 | |
DataSource | コントロールのバインド先のデータソースオブジェクトです。 | |
DataType | Value プロパティの型です。 | |
DateTimeInput | 特殊編集モードを DateTime 値に適用するかどうかを指定します。 | |
DaylightTimeAdjustment | GMTOffset プロパティで指定された値は、夏時間による変更に応じて進めたり、遅らせることができます。デフォルト:NoAdjustments。 | |
DeviceDpi | System.Windows.Forms.Controlから継承されます。 | |
DisabledForeColor | 無効なコントロールの前景色を取得または設定します。 | |
DisableOnNoData | テキストボックスが空のデータソース(CurrencyManager.Count = 0)に連結されたとき、テキストボックスを無効にする必要があるかどうかを取得または設定します。 | |
DisplayFormat | コントロールが編集モードではない(入力フォーカスがないか、読み取り専用)ときに、値を表示するために使用される書式です。 | |
DisplayRectangle | System.Windows.Forms.Controlから継承されます。 | |
Disposing | System.Windows.Forms.Controlから継承されます。 | |
Dock | System.Windows.Forms.Controlから継承されます。 | |
EditFormat | コントロールが編集モード(入力フォーカスがあり、読み取り専用ではない)のときに値を表示するために使用される書式です。 | |
EditMask | ユーザー入力を制限する編集マスク文字列です。 | |
EditMode | コントロールに入力フォーカスがあり、TextDetached = False の場合は、True を返します。 | |
EmptyAsNull | True の場合、空の文字列は null 値(DBNull)として解釈されます。 | |
Enabled | コントロールがユーザーの操作に応答できるかどうかを示す値を取得または設定します。 | |
ErrorInfo | コントロール内のエラー処理に影響を及ぼす設定です。 | |
ExitOnLastChar | コントロールの最後の文字が入力されたら、次のタブオーダーのコントロールが即座に フォーカスを受け取るかどうかを取得または設定します。 | |
ExitOnLeftRightKey | 左矢印キーまたは右矢印キーが押されたときに、フォーカスがタブオーダーの前または次のコントロールに自動的に 移動するかどうかを取得または設定します。 | |
FlatSystemBorder | System VisualStyle の Fixed3D 境界線を従来の 外観(フラット)にします。このプロパティは、従来のアプリケーションとの互換性のみを目的としています。 | |
Focused | System.Windows.Forms.Controlから継承されます。 | |
Font | System.Windows.Forms.Controlから継承されます。 | |
ForeColor | ||
FormatType | 標準 .NET 書式指定子、カスタム書式設定、プログラム書式設定など、書式設定方法を指定する列挙値です。 | |
GMTOffset | CurrentTimeZone = False の場合に使用される Value プロパティのタイムゾーンです。 | |
Handle | System.Windows.Forms.Controlから継承されます。 | |
HasChildren | System.Windows.Forms.Controlから継承されます。 | |
Height | System.Windows.Forms.Controlから継承されます。 | |
HideSelection | System.Windows.Forms.TextBoxBaseから継承されます。 | |
ImeMode | System.Windows.Forms.Controlから継承されます。 | |
InitialSelection | コントロールが入力フォーカスを受け取るときの選択位置を指定します。デフォルト:InitialSelectionEnum.SelectAll. | |
InvokeRequired | System.Windows.Forms.Controlから継承されます。 | |
IsAccessible | System.Windows.Forms.Controlから継承されます。 | |
IsDisposed | System.Windows.Forms.Controlから継承されます。 | |
IsHandleCreated | System.Windows.Forms.Controlから継承されます。 | |
IsMirrored | System.Windows.Forms.Controlから継承されます。 | |
Label | この入力フィールドに関連付けられたラベルコントロールです。 | |
LayoutEngine | System.Windows.Forms.Controlから継承されます。 | |
Left | System.Windows.Forms.Controlから継承されます。 | |
Lines | 複数行コントロール内のテキストの行です。 | |
Location | System.Windows.Forms.Controlから継承されます。 | |
LoopPosition | 最後のフィールドが入力されると、カレットの位置を自動的に最初のフィールドに移動するかどうかを示す値を取得または設定します。 | |
Margin | System.Windows.Forms.Controlから継承されます。 | |
Margins | 入力コントロールの内容からコントロールの端までのピクセル単位のスペースを取得または設定します。デフォルト:すべてのマージンが0に設定されます。 | |
MarkEmpty | 値が空の場合に赤色の点線を描画します。 | |
MaskInfo | 編集マスクの設定です。 | |
MaximumSize | System.Windows.Forms.Controlから継承されます。 | |
MaxLength | コントロールが保有できる最大の文字数またはバイト数を取得または設定します。 | |
MaxLengthUnit | コントロール内に表示できる最大文字数が バイト、文字、テキスト要素のどれに基づいて処理されるかを取得または設定します。 | |
MaxLineCount | 行の最大数を取得または設定します。 | |
MinimumSize | System.Windows.Forms.Controlから継承されます。 | |
MinShortYear | 先頭に0を付けなくても入力できる最小の年です。 | |
Modified | コントロールが入力フォーカスを受け取ったか、コントロールの Value が最後に設定されてから、コントロールがユーザーによって変更されたことを示す値を取得または設定します。 | |
Multiline | オーバーライドされます。 | |
Name | System.Windows.Forms.Controlから継承されます。 | |
NegativeForeColor | 負の値を含むコントロールの前景色を取得または設定します。 | |
NullText | DBNull 値を表す文字列です。 | |
NumericInput | 数値で特殊編集モードを使用するかどうかを示す値を設定または取得します。 | |
NumericInputKeys | NumericInput = True の場合に使用する特殊キーを有効/無効にします。デフォルト:NumericInputKeyFlags.Standard. | |
Padding | ||
Parent | System.Windows.Forms.Controlから継承されます。 | |
ParseInfo | 解析(ユーザーによって入力された文字列からデータ型への変換)に影響を及ぼす設定です。 | |
PasswordChar | System.Windows.Forms.TextBoxから継承されます。 | |
PostValidation | 解析(ユーザーによって入力された文字列から DataType への変換)の後に適用される検証規則です(型付きの検証)。 | |
PreferredHeight | ||
PreferredSize | System.Windows.Forms.Controlから継承されます。 | |
PreValidation | 解析(ユーザーによって入力された文字列から DataType への変換)の前に適用される検証規則です(元の文字列の検証)。 | |
ProductName | System.Windows.Forms.Controlから継承されます。 | |
ProductVersion | System.Windows.Forms.Controlから継承されます。 | |
ReadOnly | System.Windows.Forms.TextBoxBaseから継承されます。 | |
RecreatingHandle | System.Windows.Forms.Controlから継承されます。 | |
Region | System.Windows.Forms.Controlから継承されます。 | |
Right | System.Windows.Forms.Controlから継承されます。 | |
RightToLeft | System.Windows.Forms.Controlから継承されます。 | |
ScrollBars | System.Windows.Forms.TextBoxから継承されます。 | |
SelectedText | オーバーライドされます。 | |
SelectionLength | System.Windows.Forms.TextBoxBaseから継承されます。 | |
SelectionStart | System.Windows.Forms.TextBoxBaseから継承されます。 | |
ShortcutsEnabled | System.Windows.Forms.TextBoxBaseから継承されます。 | |
ShowContextMenu | コントロールにコンテキストメニューを表示できるかどうかを指定します。 | |
ShowFocusRectangle | コントロールに入力フォーカスがあるときに、クライアント領域の周囲にフォーカス四角形を表示するかどうかを指定します。 | |
Site | System.Windows.Forms.Controlから継承されます。 | |
Size | System.Windows.Forms.Controlから継承されます。 | |
TabIndex | System.Windows.Forms.Controlから継承されます。 | |
TabStop | System.Windows.Forms.Controlから継承されます。 | |
Tag | コントロールに関するデータを含むオブジェクトを取得または設定します。 | |
Text | オーバーライドされます。 | |
TextAlign | System.Windows.Forms.TextBoxから継承されます。 | |
TextDetached | Value プロパティと Text プロパティを個別に設定できるかどうかを指定します。 | |
TextLength | オーバーライドされます。 コントロール内のテキストの長さを取得します。 | |
Top | System.Windows.Forms.Controlから継承されます。 | |
TopLevelControl | System.Windows.Forms.Controlから継承されます。 | |
TrimEnd | True の場合は、末尾のスペースが削除されます。 | |
TrimStart | True の場合は、先頭のスペースが削除されます。 | |
UseColumnStyles | このコントロールの C1ViewColumn オブジェクトで定義されている ColumnStyle プロパティを優先的に使用するかどうかを示します。 | |
UserCultureOverride | True の場合、選択されたカルチャよりユーザーの現在の地域設定が優先的に使用されます。 | |
UseSystemPasswordChar | System.Windows.Forms.TextBoxから継承されます。 | |
UseWaitCursor | System.Windows.Forms.Controlから継承されます。 | |
Value | C1Input コントロールの主要な連結可能プロパティです。 | |
ValueChangedBehavior | テキスト変更時に ValueChanged イベントが発生する従来の動作との下位互換性を維持します。 | |
ValueIsDbNull | Value が DBNull かどうかを示す値を取得または設定します。 | |
VerticalAlign | コントロール内のコンテンツの垂直方向の配置を取得または設定します。デフォルトは VerticalAlignEnum.Top です。 | |
Visible | System.Windows.Forms.Controlから継承されます。 | |
VisualStyle | コントロールのビジュアルスタイルを取得または設定します。 | |
Width | System.Windows.Forms.Controlから継承されます。 | |
WordWrap | System.Windows.Forms.TextBoxBaseから継承されます。 | |
WrapDateTimeFields | このプロパティが False の場合は、ユーザーが日付を増加させて月の末日を超えると、自動的に次の月になります。日付/時刻値の他の部分についても同様です。 |
名前 | 解説 | |
---|---|---|
AppendText | System.Windows.Forms.TextBoxBaseから継承されます。 | |
BeginInvoke | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
BringToFront | System.Windows.Forms.Controlから継承されます。 | |
CheckValidationResult | ParseContent メソッドの結果をチェックします。 | |
Clear | System.Windows.Forms.TextBoxBaseから継承されます。 | |
ClearUndo | System.Windows.Forms.TextBoxBaseから継承されます。 | |
Contains | System.Windows.Forms.Controlから継承されます。 | |
Copy | System.Windows.Forms.TextBoxBaseから継承されます。 | |
CreateControl | System.Windows.Forms.Controlから継承されます。 | |
CreateGraphics | System.Windows.Forms.Controlから継承されます。 | |
CreateObjRef | System.MarshalByRefObjectから継承されます。 | |
Cut | System.Windows.Forms.TextBoxBaseから継承されます。 | |
DecDateTimeInput | DateTimeInput モードで現在選択されているフィールドをデクリメントします。 | |
DeselectAll | System.Windows.Forms.TextBoxBaseから継承されます。 | |
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 | System.Windows.Forms.TextBoxBaseから継承されます。 | |
GetCharIndexFromPosition | System.Windows.Forms.TextBoxBaseから継承されます。 | |
GetChildAtPoint | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
GetContainerControl | System.Windows.Forms.Controlから継承されます。 | |
GetFirstCharIndexFromLine | System.Windows.Forms.TextBoxBaseから継承されます。 | |
GetFirstCharIndexOfCurrentLine | System.Windows.Forms.TextBoxBaseから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
GetLineFromCharIndex | System.Windows.Forms.TextBoxBaseから継承されます。 | |
GetNextControl | System.Windows.Forms.Controlから継承されます。 | |
GetPositionFromCharIndex | System.Windows.Forms.TextBoxBaseから継承されます。 | |
GetPreferredSize | System.Windows.Forms.Controlから継承されます。 | |
Hide | System.Windows.Forms.Controlから継承されます。 | |
IncDateTimeInput | DateTimeInput モードで現在選択されているフィールドをインクリメントします。 | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
Invalidate | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
Invoke | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
LogicalToDeviceUnits | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
ParseContent | Text 文字列を解析します。 | |
Paste | オーバーロードされます。 System.Windows.Forms.TextBoxから継承されます。 | |
PerformLayout | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
PointToClient | System.Windows.Forms.Controlから継承されます。 | |
PointToScreen | System.Windows.Forms.Controlから継承されます。 | |
PreProcessControlMessage | System.Windows.Forms.Controlから継承されます。 | |
PreProcessMessage | オーバーライドされます。 | |
RectangleToClient | System.Windows.Forms.Controlから継承されます。 | |
RectangleToScreen | System.Windows.Forms.Controlから継承されます。 | |
Refresh | System.Windows.Forms.Controlから継承されます。 | |
ResetBackColor | オーバーライドされます。 | |
ResetForeColor | オーバーライドされます。 | |
ResetText | オーバーライドされます。 現在の Value でコントロールの Text を更新します。 | |
ResumeLayout | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
Scale | System.Windows.Forms.Controlから継承されます。 | |
ScaleBitmapLogicalToDevice | System.Windows.Forms.Controlから継承されます。 | |
ScrollToCaret | System.Windows.Forms.TextBoxBaseから継承されます。 | |
Select | オーバーロードされます。 System.Windows.Forms.TextBoxBaseから継承されます。 | |
SelectAll | System.Windows.Forms.TextBoxBaseから継承されます。 | |
SelectNextControl | System.Windows.Forms.Controlから継承されます。 | |
SendToBack | System.Windows.Forms.Controlから継承されます。 | |
SetBounds | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
SetCultureInfo | カルチャーを設定します。カルチャを設定します。 | |
SetCutureInfo | カルチャを設定します。 | |
SetProposedValue | このメソッドの機能は、Value プロパティの設定に似ています。ただし、このメソッドは、編集前の値が格納されている内部変数を変更しないので、ユーザーは[Esc]キーを押して前の値を復元することができます。このメソッドは編集モードでのみ動作します。コントロールが編集モードでない場合、このメソッドは何も行いません。 | |
Show | System.Windows.Forms.Controlから継承されます。 | |
SuspendLayout | System.Windows.Forms.Controlから継承されます。 | |
SuspendNumericInput | このメソッドは、数値入力モードを一時的に無効にします | |
ToString | System.Windows.Forms.TextBoxBaseから継承されます。 | |
Undo | System.Windows.Forms.TextBoxBaseから継承されます。 | |
Update | System.Windows.Forms.Controlから継承されます。 | |
UpdateValueWithCurrentText | Text プロパティの解析を行い、Value を更新します。 | |
ValidateText | コントロールがフォーカスを失った後に通常行われる検証と同様に、現在の Text プロパティを検証します。 |
名前 | 解説 | |
---|---|---|
AcceptsTabChanged | System.Windows.Forms.TextBoxBaseから継承されます。 | |
BackColorChanged | System.Windows.Forms.Controlから継承されます。 | |
BindingContextChanged | System.Windows.Forms.Controlから継承されます。 | |
BindingFormatting | データソースから Value が取得されると発生します。 | |
BindingParsing | データソースに Value が格納される時に発生します。 | |
BorderColorChanged | BorderColor プロパティが変更されたときに発生します。 | |
BorderStyleChanged | System.Windows.Forms.TextBoxBaseから継承されます。 | |
CausesValidationChanged | System.Windows.Forms.Controlから継承されます。 | |
ChangeUICues | System.Windows.Forms.Controlから継承されます。 | |
Click | System.Windows.Forms.TextBoxBaseから継承されます。 | |
ClientSizeChanged | System.Windows.Forms.Controlから継承されます。 | |
ContextMenuChanged | System.Windows.Forms.Controlから継承されます。 | |
ContextMenuStripChanged | System.Windows.Forms.Controlから継承されます。 | |
ControlAdded | System.Windows.Forms.Controlから継承されます。 | |
ControlRemoved | System.Windows.Forms.Controlから継承されます。 | |
CultureInfoSetup | CultureInfo を(起動時に)セットアップできるか、既に変更されています。 | |
CursorChanged | System.Windows.Forms.Controlから継承されます。 | |
DataTypeChanged | DataType プロパティが変更されると発生します。 | |
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から継承されます。 | |
EnabledChanged | System.Windows.Forms.Controlから継承されます。 | |
Enter | System.Windows.Forms.Controlから継承されます。 | |
FontChanged | System.Windows.Forms.Controlから継承されます。 | |
ForeColorChanged | System.Windows.Forms.Controlから継承されます。 | |
FormatError | コントロールが現在の書式設定や編集マスク設定に従って書式設定できないデータを受け取ると発生します。 | |
Formatted | 値が書式設定された後に発生します。 | |
Formatting | プログラムによって値を書式設定します。 | |
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 | System.Windows.Forms.TextBoxBaseから継承されます。 | |
ImeModeChanged | System.Windows.Forms.Controlから継承されます。 | |
Invalidated | System.Windows.Forms.Controlから継承されます。 | |
InvalidInput | 無効な文字が入力されたときに発生します。 | |
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から継承されます。 | |
MarginsChanged | Margins プロパティまたはいずれかのマージンが変化すると発生します。 | |
ModifiedChanged | System.Windows.Forms.TextBoxBaseから継承されます。 | |
MouseCaptureChanged | System.Windows.Forms.Controlから継承されます。 | |
MouseClick | System.Windows.Forms.TextBoxBaseから継承されます。 | |
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 | System.Windows.Forms.TextBoxBaseから継承されます。 | |
ParentChanged | System.Windows.Forms.Controlから継承されます。 | |
Parsed | 入力文字列値が DataType に変換された後に発生します。 | |
Parsing | プログラムによる入力文字列の解析です。 | |
PostValidated | 型付きの値が検証された後に発生します。 | |
PostValidating | プログラムによって型付きの値を検証します。 | |
PreValidated | 入力文字列値が検証された後に発生します。 | |
PreValidating | プログラムによって入力文字列を検証します。 | |
PreviewKeyDown | System.Windows.Forms.Controlから継承されます。 | |
QueryAccessibilityHelp | System.Windows.Forms.Controlから継承されます。 | |
QueryContinueDrag | System.Windows.Forms.Controlから継承されます。 | |
ReadOnlyChanged | System.Windows.Forms.TextBoxBaseから継承されます。 | |
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 | System.Windows.Forms.TextBoxから継承されます。 | |
TextChanged | System.Windows.Forms.Controlから継承されます。 | |
Validated | System.Windows.Forms.Controlから継承されます。 | |
Validating | System.Windows.Forms.Controlから継承されます。 | |
ValidationError | 入力文字列の解析中または検証中に発生したエラーです。 | |
ValueChanged | 値が変更されたときに発生します。 | |
VerticalAlignChanged | VerticalAlign プロパティの値が変化すると発生します。 | |
VisibleChanged | System.Windows.Forms.Controlから継承されます。 | |
VisualStyleChanged | VisualStyle プロパティが変更されたときに発生します。 |