このクラスのメンバの一覧は、UltraComboEditorメンバを参照してください。
名前 | 解説 | |
---|---|---|
AppendText | エディターの現在のテキストにテキストを追加します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
BeginInvoke | オーバーロードされます。 Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. System.Windows.Forms.Controlから継承されます。 | |
BeginUpdate | Infragistics.Win.UltraControlBaseから継承されます。 | |
BringToFront | Brings the control to the front of the z-order. System.Windows.Forms.Controlから継承されます。 | |
CanUndo | ユーザーがエディターの前の操作を取り消すことができるかどうかを示す値を取得します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
Clear | コントロールからすべてのテキストをクリアします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ClearUndo | コントロールのバッファを取り消す最も最近の操作についての情報をクリアします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
CloseEditorButtonDropDowns | Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。 | |
CloseUp | コントロールのリスト部分を非表示にします。 | |
Contains | Retrieves a value indicating whether the specified control is a child of the control. System.Windows.Forms.Controlから継承されます。 | |
Copy | コントロールの現在の選択をClipboardにコピーします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
CreateControl | Forces the creation of the visible control, including the creation of the handle and any visible child controls. System.Windows.Forms.Controlから継承されます。 | |
CreateGraphics | Creates the System.Drawing.Graphics for the control. System.Windows.Forms.Controlから継承されます。 | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. System.MarshalByRefObjectから継承されます。 | |
Cut | コントロールの現在の選択をClipboardに移動します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
DataBind | ValueListItemsをデータソースの最新の値で更新します。このメソッドは、コントロールのデータソースを割り当てまたは変更した後、項目を同期化するために呼び出します。コントロールがデータソースにバインドされていない場合は、InvalidOperationExceptionがスローされます。 | |
Dispose | オーバーロードされます。 オーバーライドされます。 使用中のリソースをすべてクリーンアップします。 | |
DoDragDrop | Begins a drag-and-drop operation. System.Windows.Forms.Controlから継承されます。 | |
DrawToBitmap | Supports rendering to the specified bitmap. System.Windows.Forms.Controlから継承されます。 | |
DropDown | コントロールのリスト部分を表示します。 | |
EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. System.Windows.Forms.Controlから継承されます。 | |
EndUpdate | オーバーロードされます。 Infragistics.Win.UltraControlBaseから継承されます。 | |
FindForm | Retrieves the form that the control is on. System.Windows.Forms.Controlから継承されます。 | |
FindString | オーバーロードされます。 FindString メソッド | |
FindStringExact | オーバーロードされます。 FindStringExact メソッド | |
Focus | 入力フォーカスをコントロールに設定します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
GetChildAtPoint | オーバーロードされます。 Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. System.Windows.Forms.Controlから継承されます。 | |
GetContainerControl | Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. System.Windows.Forms.Controlから継承されます。 | |
GetItemHeight | 指定されたインデックスの項目の高さを返します | |
GetItemText | 指定した ValueListItem のテキストを返します。 | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 | |
GetNextControl | Retrieves the next control forward or back in the tab order of child controls. System.Windows.Forms.Controlから継承されます。 | |
GetPreferredSize | コントロールのための最適サイズを決定するために使用されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
Hide | Conceals the control from the user. System.Windows.Forms.Controlから継承されます。 | |
InitializeDataRepeaterClone | Infragistics.Win.UltraControlBaseから継承されます。 | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 | |
Invalidate | オーバーロードされます。 Infragistics.Win.UltraControlBaseから継承されます。 | |
Invoke | オーバーロードされます。 Executes the specified delegate on the thread that owns the control's underlying window handle. System.Windows.Forms.Controlから継承されます。 | |
IsItemInList | オーバーロードされます。 Text プロパティの現在の値が、Items コレクションの項目の DisplayText に等しいかどうかを示すブール値を返します。 | |
LogicalToDeviceUnits | Converts a Logical DPI value to it's equivalent DeviceUnit DPI value. System.Windows.Forms.Controlから継承されます。 | |
NotifyDpiChanged | Infragistics.Win.UltraControlBaseから継承されます。 | |
Paste | コントロールの現在の選択をClipboardのコンテンツで置き換えます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
PerformLayout | オーバーロードされます。 Forces the control to apply layout logic to all its child controls. System.Windows.Forms.Controlから継承されます。 | |
PointToClient | Computes the location of the specified screen point into client coordinates. System.Windows.Forms.Controlから継承されます。 | |
PointToScreen | Computes the location of the specified client point into screen coordinates. System.Windows.Forms.Controlから継承されます。 | |
PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. System.Windows.Forms.Controlから継承されます。 | |
PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. System.Windows.Forms.Controlから継承されます。 | |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. System.Windows.Forms.Controlから継承されます。 | |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. System.Windows.Forms.Controlから継承されます。 | |
Refresh | Infragistics.Win.UltraControlBaseから継承されます。 | |
RefreshList | コントロールの Items コレクションの内容をリフレッシュします。 | |
ResetAlwaysInEditMode | AlwaysInEditMode プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetAppearance | Appearance プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetAppearances | Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。 | |
ResetAutoCompleteMode | AutoCompleteMode プロパティをデフォルト値にリセットします。 | |
ResetAutoSize | AutoSize プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetAutoSuggestFilterMode | AutoSuggestFilterMode プロパティをデフォルト値にリセットします。 | |
ResetBorderStyle | BorderStyle プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetButtonAppearance | ButtonAppearance プロパティをデフォルト値にリセットします。 | |
ResetButtonsLeft | Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。 | |
ResetButtonsRight | Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。 | |
ResetButtonStyle | ButtonStyle プロパティをデフォルト値にリセットします。 | |
ResetCharacterCasing | CharacterCasing プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetCheckedListSettings | CheckedListSettings プロパティをデフォルト値に復元します。 | |
ResetDataMember | DataMember プロパティをデフォルト値にリセットします。 | |
ResetDataSource | DataSource プロパティをデフォルト値にリセットします。 | |
ResetDisplayStyle | DisplayStyle プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetDropDownButtonAlignment | DropDownButtonAlignment プロパティをデフォルト値にリセットします。 | |
ResetDropDownButtonDisplayStyle | DropDownButtonDisplayStyle プロパティをデフォルト値にリセットします。 | |
ResetDropDownListAlignment | DropDownListAlignment プロパティをデフォルト値にリセットします。 | |
ResetDropDownListWidth | DropDownListWidth プロパティをデフォルト値にリセットします。 | |
ResetDropDownStyle | DropDownStyle プロパティをデフォルト値にリセットします。 | |
ResetHasMRUList | HasMRUList プロパティをデフォルト値にリセットします。 | |
ResetHideSelection | HideSelection プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetIgnoreDiacritics | ||
ResetImageList | Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。 | |
ResetImageTransparentColor | Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。 | |
ResetItemAppearance | ItemAppearance プロパティをデフォルト値にリセットします。 | |
ResetItems | Items プロパティをデフォルト値にリセットします。 | |
ResetMaxDropDownItems | MaxDropDownItems プロパティをデフォルト値にリセットします。 | |
ResetMaxLength | MaxLength プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetMaxMRUItems | MaxMRUItems プロパティをデフォルト値にリセットします。 | |
ResetMRUList | MRUList プロパティをデフォルト値にリセットします。 | |
ResetNullable | Nullable プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetNullText | Nullable プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetNullTextAppearance | NullTextAppearance プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetOverflowIndicatorImage | オーバーフローインジケーターに表示されるイメージをリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResetReadOnly | Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。 | |
ResetSortStyle | SortStyle プロパティをデフォルト値にリセットします。 | |
ResetText | Resets the System.Windows.Forms.Control.Text property to its default value. System.Windows.Forms.Controlから継承されます。 | |
ResolveAppearance | オーバーロードされます。 コントロールによって使用される実際の値にデフォルト値を設定することで、指定されたAppearanceを解決します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
ResolveButtonAppearance | コントロールのドロップダウンボタンによって使用されるAppearanceを解決します。 | |
ResolveItemAppearance | コントロールのドロップダウンリストアイテムで使用されるAppearanceを解決します。 | |
ResumeLayout | オーバーロードされます。 Resumes usual layout logic. System.Windows.Forms.Controlから継承されます。 | |
Scale | System.Windows.Forms.Controlから継承されます。 | |
ScaleBitmapLogicalToDevice | Scales a logical bitmap value to it's equivalent device unit value when a DPI change occurs. System.Windows.Forms.Controlから継承されます。 | |
Select | オーバーロードされます。 コントロール内でテキストを選択します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
SelectAll | コントロールのすべてのテキストを選択します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
SelectNextControl | Activates the next control. System.Windows.Forms.Controlから継承されます。 | |
SendToBack | Sends the control to the back of the z-order. System.Windows.Forms.Controlから継承されます。 | |
SetBounds | オーバーロードされます。 Sets the bounds of the control to the specified location and size. System.Windows.Forms.Controlから継承されます。 | |
SetCheckState | オーバーロードされます。 Items コレクションにある各 ValueListItem の CheckState プロパティの値を設定します。 | |
SetDataBinding | 1つのアトミック操作におけるDataSourceプロパティとDataMemberプロパティを設定します。 | |
ShouldSerializeDataMember | DataMember プロパティのシリアル化が必要かどうかを返します。 | |
ShouldSerializeDataSource | DataSource プロパティのシリアル化が必要かどうかを返します。 | |
Show | Displays the control to the user. System.Windows.Forms.Controlから継承されます。 | |
SuspendLayout | Temporarily suspends the layout logic for the control. System.Windows.Forms.Controlから継承されます。 | |
ToString | System.ComponentModel.Componentから継承されます。 | |
Undo | コントロールで最後の編集操作を取り消します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。 | |
Update | Infragistics.Win.UltraControlBaseから継承されます。 |