バージョン

UltraComboEditor クラス メソッド

このクラスのメンバの一覧は、UltraComboEditorメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドAppendTextエディターの現在のテキストにテキストを追加します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドBeginInvokeオーバーロードされます。 Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. System.Windows.Forms.Controlから継承されます。
Public メソッドBeginUpdate Infragistics.Win.UltraControlBaseから継承されます。
Public メソッドBringToFrontBrings the control to the front of the z-order. System.Windows.Forms.Controlから継承されます。
Public メソッドCanUndoユーザーがエディターの前の操作を取り消すことができるかどうかを示す値を取得します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドClearコントロールからすべてのテキストをクリアします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドClearUndoコントロールのバッファを取り消す最も最近の操作についての情報をクリアします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドCloseEditorButtonDropDowns Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Public メソッドCloseUpコントロールのリスト部分を非表示にします。  
Public メソッドContainsRetrieves a value indicating whether the specified control is a child of the control. System.Windows.Forms.Controlから継承されます。
Public メソッドCopyコントロールの現在の選択をClipboardにコピーします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. System.Windows.Forms.Controlから継承されます。
Public メソッドCreateGraphicsCreates the System.Drawing.Graphics for the control. System.Windows.Forms.Controlから継承されます。
Public メソッドCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. System.MarshalByRefObjectから継承されます。
Public メソッドCutコントロールの現在の選択をClipboardに移動します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドDataBindValueListItemsをデータソースの最新の値で更新します。このメソッドは、コントロールのデータソースを割り当てまたは変更した後、項目を同期化するために呼び出します。コントロールがデータソースにバインドされていない場合は、InvalidOperationExceptionがスローされます。  
Public メソッドDisposeオーバーロードされます。 オーバーライドされます。 使用中のリソースをすべてクリーンアップします。  
Public メソッドDoDragDropBegins a drag-and-drop operation. System.Windows.Forms.Controlから継承されます。
Public メソッドDrawToBitmapSupports rendering to the specified bitmap. System.Windows.Forms.Controlから継承されます。
Public メソッドDropDownコントロールのリスト部分を表示します。  
Public メソッドEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. System.Windows.Forms.Controlから継承されます。
Public メソッドEndUpdateオーバーロードされます。  Infragistics.Win.UltraControlBaseから継承されます。
Public メソッドFindFormRetrieves the form that the control is on. System.Windows.Forms.Controlから継承されます。
Public メソッドFindStringオーバーロードされます。 FindString メソッド  
Public メソッドFindStringExactオーバーロードされます。 FindStringExact メソッド  
Public メソッドFocus入力フォーカスをコントロールに設定します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッド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から継承されます。
Public メソッドGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. System.Windows.Forms.Controlから継承されます。
Public メソッドGetItemHeight指定されたインデックスの項目の高さを返します  
Public メソッドGetItemText指定した ValueListItem のテキストを返します。  
Public メソッドGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。
Public メソッドGetNextControlRetrieves the next control forward or back in the tab order of child controls. System.Windows.Forms.Controlから継承されます。
Public メソッドGetPreferredSizeコントロールのための最適サイズを決定するために使用されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドHideConceals the control from the user. System.Windows.Forms.Controlから継承されます。
Public メソッドInitializeDataRepeaterClone Infragistics.Win.UltraControlBaseから継承されます。
Public メソッドInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。
Public メソッドInvalidateオーバーロードされます。  Infragistics.Win.UltraControlBaseから継承されます。
Public メソッドInvokeオーバーロードされます。 Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. System.Windows.Forms.Controlから継承されます。
Public メソッドIsItemInListオーバーロードされます。 Text プロパティの現在の値が、Items コレクションの項目の DisplayText に等しいかどうかを示すブール値を返します。  
Public メソッドLogicalToDeviceUnitsオーバーロードされます。 Converts a Logical DPI value to it's equivalent DeviceUnit DPI value. System.Windows.Forms.Controlから継承されます。
Public メソッドNotifyDpiChanged Infragistics.Win.UltraControlBaseから継承されます。
Public メソッドPasteコントロールの現在の選択をClipboardのコンテンツで置き換えます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドPerformLayoutオーバーロードされます。 Forces the control to apply layout logic to all its child controls. System.Windows.Forms.Controlから継承されます。
Public メソッドPointToClientComputes the location of the specified screen point into client coordinates. System.Windows.Forms.Controlから継承されます。
Public メソッドPointToScreenComputes the location of the specified client point into screen coordinates. System.Windows.Forms.Controlから継承されます。
Public メソッドPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. System.Windows.Forms.Controlから継承されます。
Public メソッドPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. System.Windows.Forms.Controlから継承されます。
Public メソッドRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. System.Windows.Forms.Controlから継承されます。
Public メソッドRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. System.Windows.Forms.Controlから継承されます。
Public メソッドRefresh Infragistics.Win.UltraControlBaseから継承されます。
Public メソッドRefreshListコントロールの Items コレクションの内容をリフレッシュします。  
Public メソッドResetAlwaysInEditModeAlwaysInEditMode プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetAppearanceAppearance プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetAppearances Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Public メソッドResetAutoCompleteModeAutoCompleteMode プロパティをデフォルト値にリセットします。  
Public メソッドResetAutoSizeAutoSize プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetAutoSuggestFilterModeAutoSuggestFilterMode プロパティをデフォルト値にリセットします。  
Public メソッドResetBorderStyleBorderStyle プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetButtonAppearanceButtonAppearance プロパティをデフォルト値にリセットします。  
Public メソッドResetButtonsLeft Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Public メソッドResetButtonsRight Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Public メソッドResetButtonStyleButtonStyle プロパティをデフォルト値にリセットします。  
Public メソッドResetCharacterCasingCharacterCasing プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetCheckedListSettingsCheckedListSettings プロパティをデフォルト値に復元します。  
Public メソッドResetDataMemberDataMember プロパティをデフォルト値にリセットします。  
Public メソッドResetDataSourceDataSource プロパティをデフォルト値にリセットします。  
Public メソッドResetDisplayStyleDisplayStyle プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetDropDownButtonAlignmentDropDownButtonAlignment プロパティをデフォルト値にリセットします。  
Public メソッドResetDropDownButtonDisplayStyleDropDownButtonDisplayStyle プロパティをデフォルト値にリセットします。  
Public メソッドResetDropDownListAlignmentDropDownListAlignment プロパティをデフォルト値にリセットします。  
Public メソッドResetDropDownListWidthDropDownListWidth プロパティをデフォルト値にリセットします。  
Public メソッドResetDropDownStyleDropDownStyle プロパティをデフォルト値にリセットします。  
Public メソッドResetHasMRUListHasMRUList プロパティをデフォルト値にリセットします。  
Public メソッドResetHideSelectionHideSelection プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetIgnoreDiacritics  
Public メソッドResetImageList Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Public メソッドResetImageTransparentColor Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Public メソッドResetItemAppearanceItemAppearance プロパティをデフォルト値にリセットします。  
Public メソッドResetItemsItems プロパティをデフォルト値にリセットします。  
Public メソッドResetMaxDropDownItemsMaxDropDownItems プロパティをデフォルト値にリセットします。  
Public メソッドResetMaxLengthMaxLength プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetMaxMRUItemsMaxMRUItems プロパティをデフォルト値にリセットします。  
Public メソッドResetMRUListMRUList プロパティをデフォルト値にリセットします。  
Public メソッドResetNullableNullable プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetNullTextNullable プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetNullTextAppearanceNullTextAppearance プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetOverflowIndicatorImageオーバーフローインジケーターに表示されるイメージをリセットします。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResetReadOnly Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Public メソッドResetSortStyleSortStyle プロパティをデフォルト値にリセットします。  
Public メソッドResetTextResets the System.Windows.Forms.Control.Text property to its default value. System.Windows.Forms.Controlから継承されます。
Public メソッドResolveAppearanceオーバーロードされます。 コントロールによって使用される実際の値にデフォルト値を設定することで、指定されたAppearanceを解決します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドResolveButtonAppearanceコントロールのドロップダウンボタンによって使用されるAppearanceを解決します。  
Public メソッドResolveItemAppearanceコントロールのドロップダウンリストアイテムで使用されるAppearanceを解決します。  
Public メソッドResumeLayoutオーバーロードされます。 Resumes usual layout logic. System.Windows.Forms.Controlから継承されます。
Public メソッドScale System.Windows.Forms.Controlから継承されます。
Public メソッドScaleBitmapLogicalToDeviceScales a logical bitmap value to it's equivalent device unit value when a DPI change occurs. System.Windows.Forms.Controlから継承されます。
Public メソッドSelectオーバーロードされます。 コントロール内でテキストを選択します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドSelectAllコントロールのすべてのテキストを選択します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドSelectNextControlActivates the next control. System.Windows.Forms.Controlから継承されます。
Public メソッドSendToBackSends the control to the back of the z-order. System.Windows.Forms.Controlから継承されます。
Public メソッドSetBoundsオーバーロードされます。 Sets the bounds of the control to the specified location and size. System.Windows.Forms.Controlから継承されます。
Public メソッドSetCheckStateオーバーロードされます。 Items コレクションにある各 ValueListItemCheckState プロパティの値を設定します。  
Public メソッドSetDataBinding1つのアトミック操作におけるDataSourceプロパティとDataMemberプロパティを設定します。  
Public メソッドShouldSerializeCursor Infragistics.Win.UltraControlBaseから継承されます。
Public メソッドShouldSerializeDataMemberDataMember プロパティのシリアル化が必要かどうかを返します。  
Public メソッドShouldSerializeDataSourceDataSource プロパティのシリアル化が必要かどうかを返します。  
Public メソッドShowDisplays the control to the user. System.Windows.Forms.Controlから継承されます。
Public メソッドSuspendLayoutTemporarily suspends the layout logic for the control. System.Windows.Forms.Controlから継承されます。
Public メソッドToString System.ComponentModel.Componentから継承されます。
Public メソッドUndoコントロールで最後の編集操作を取り消します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Public メソッドUpdate Infragistics.Win.UltraControlBaseから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドCreateAccessibilityInstanceオーバーライドされます。 コントロールの新しいユーザー補助オブジェクトを作成します。  
Protected メソッドCreateComponentRoleオーバーライドされます。 コントロールのスタイル情報を提供するコンポーネント ロールを作成するために使用される Factory メソッド。  
Protected メソッドCreateControlsInstanceCreates a new instance of the control collection for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドCreateEditorWithTextオーバーロードされます。 オーバーライドされます。 新規 Infragistics.Win.EditorWithText オブジェクトを作成します。  
Protected メソッドCreateHandleCreates a handle for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドCreateOwnerオーバーライドされます。 このコントロールに関連付けられたOwnerのインスタンスを作成します。  
Protected メソッドCreateUIAutomationProvider Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドDefWndProcSends the specified message to the default window procedure. System.Windows.Forms.Controlから継承されます。
Protected メソッドDestroyHandleDestroys the handle associated with the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドDrawControlオーバーロードされます。  Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドFinalize System.ComponentModel.Componentから継承されます。
Protected メソッドGetAccessibilityObjectByIdRetrieves the specified System.Windows.Forms.AccessibleObject. System.Windows.Forms.Controlから継承されます。
Protected メソッドGetAutoSizeModeRetrieves a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. System.Windows.Forms.Controlから継承されます。
Protected メソッドGetChildControlsInterestedInZoomChange Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドGetGestureMessageControl Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドGetScaledBoundsRetrieves the bounds within which the control is scaled. System.Windows.Forms.Controlから継承されます。
Protected メソッドGetSelectionManager Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドGetService System.ComponentModel.Componentから継承されます。
Protected メソッドGetStyleRetrieves the value of the specified control style bit for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドGetTextオーバーライドされます。 コントロールのテキストを取得します  
Protected メソッドGetTopLevelDetermines if the control is a top-level control. System.Windows.Forms.Controlから継承されます。
Protected メソッドInitLayoutCalled after the control has been added to another container. System.Windows.Forms.Controlから継承されます。
Protected メソッドInvokeGotFocusRaises the System.Windows.Forms.Control.GotFocus event for the specified control. System.Windows.Forms.Controlから継承されます。
Protected メソッドInvokeLostFocusRaises the System.Windows.Forms.Control.LostFocus event for the specified control. System.Windows.Forms.Controlから継承されます。
Protected メソッドInvokeOnClickRaises the System.Windows.Forms.Control.Click event for the specified control. System.Windows.Forms.Controlから継承されます。
Protected メソッドInvokePaintRaises the System.Windows.Forms.Control.Paint event for the specified control. System.Windows.Forms.Controlから継承されます。
Protected メソッドInvokePaintBackgroundRaises the PaintBackground event for the specified control. System.Windows.Forms.Controlから継承されます。
Protected メソッドIsInputChar指定された文字が前処理されず、コントロールに直接送られる場合は True、それ以外の場合は False を返します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドIsInputKeyオーバーライドされます。 指定されたキーがこのコントロールに対して有効な入力キーである場合はTrueを返します。  
Protected メソッドMemberwiseCloneオーバーロードされます。 Creates a shallow copy of the current System.MarshalByRefObject object. System.MarshalByRefObjectから継承されます。
Protected メソッドNotifyInvalidateRaises the System.Windows.Forms.Control.Invalidated event with a specified region of the control to invalidate. System.Windows.Forms.Controlから継承されます。
Protected メソッドNotifyPropChangeオーバーロードされます。  Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnAfterCloseUpエディターのAfterCloseUpイベントを処理します。  
Protected メソッドOnAfterDropDownエディターのAfterDropDownイベントを処理します。  
Protected メソッドOnAfterDropDownResizeドロップダウン サイズ変更が完了した後に発生します。  
Protected メソッドOnAfterEditorButtonCheckStateChanged Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドOnAfterEditorButtonCloseUp Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドOnAfterEnterEditModeオーバーライドされます。 エディターのAfterEnterEditModeイベントを処理します。  
Protected メソッドOnAfterExitEditModeエディターのAfterExitEditModeイベントを処理します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnAnimationResumed Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnAutoSizeChangedRaises the System.Windows.Forms.Control.AutoSizeChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnBackColorChanged Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnBackgroundImageLayoutChangedRaises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnBeforeDropDownエディターのBeforeDropDownイベントを処理します。  
Protected メソッドOnBeforeDropDownResizeStartドロップダウン サイズ変更が開始される前に発生します。  
Protected メソッドOnBeforeEditorButtonCheckStateChanged Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドOnBeforeEditorButtonDropDown Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドOnBeforeEnterEditModeエディターのBeforeEnterEditModeイベントを処理します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnBeforeExitEditModeオーバーライドされます。 エディターのBeforeExitEditModeイベントを処理します。  
Protected メソッドOnBeginInitコントロールの初期化処理が始まるときに呼び出されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnBindingContextChangedオーバーライドされます。 System.Windows.Forms.Control.BindingContextChanged イベントを発生します。  
Protected メソッドOnCausesValidationChangedRaises the System.Windows.Forms.Control.CausesValidationChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnChangeUICuesRaises the System.Windows.Forms.Control.ChangeUICues event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnClick Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnClientSizeChangedRaises the System.Windows.Forms.Control.ClientSizeChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnContextMenuChangedRaises the System.Windows.Forms.Control.ContextMenuChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnContextMenuStripChangedRaises the System.Windows.Forms.Control.ContextMenuStripChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnControlAddedコントロールがコントロール コレクションに追加されるときに呼び出されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnControlRemovedRaises the System.Windows.Forms.Control.ControlRemoved event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnCreateControlオーバーライドされます。 コントロールが作成された後に呼び出されます。  
Protected メソッドOnCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDockChangedRaises the System.Windows.Forms.Control.DockChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDoubleClick Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnDpiChangedAfterParentRaises the System.Windows.Forms.Control.DpiChangedAfterParent event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDpiChangedBeforeParentRaises the System.Windows.Forms.Control.DpiChangedBeforeParent event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDragDropRaises the System.Windows.Forms.Control.DragDrop event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDragEnterRaises the System.Windows.Forms.Control.DragEnter event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDragLeaveRaises the System.Windows.Forms.Control.DragLeave event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnDragOverRaises the System.Windows.Forms.Control.DragOver event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnEditorAccessibleEventOccurredオーバーライドされます。 エディターでユーザー補助イベントが発生したことをユーザー補助クライアントに通知します。  
Protected メソッドOnEditorButtonClick Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドOnEditorCreated Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドOnEditorKeyDownエディターのKeyDownイベントを処理します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnEditorKeyPressエディターのKeyPressイベントを処理します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnEditorKeyUpエディターのKeyUpイベントを処理します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnEditorPropertyChangedエディターのプロパティが変更されたときに呼び出されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnEditorSpinButtonClick Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドOnEnabledChangedコントロールのEnabledChangedイベントを発生させます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnEndInitコントロールの初期化処理が完了したときに呼び出されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnEnterオーバーライドされます。 OnEnter イベント。  
Protected メソッドOnFontChangedコントロールのFontChangedイベントを発生させます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnGiveFeedbackRaises the System.Windows.Forms.Control.GiveFeedback event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnGotFocusオーバーライドされます。 コントロールがフォーカスを受け取った後に呼び出されます。  
Protected メソッドOnHandleCreatedコントロールのハンドルが作成されたときに呼び出されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnHandleDestroyed Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnHelpRequestedRaises the System.Windows.Forms.Control.HelpRequested event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnImeModeChangedRaises the System.Windows.Forms.Control.ImeModeChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnInitializeEditorButtonCheckState Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドOnInvalidatedRaises the System.Windows.Forms.Control.Invalidated event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnKeyDownオーバーライドされます。 コントロールに入力フォーカスがある間にキーが押し下げられたときに呼び出されます。  
Protected メソッドOnKeyPressオーバーライドされます。 コントロールに入力フォーカスがある間にキーが押されたときに呼び出されます。  
Protected メソッドOnKeyUpRaises the System.Windows.Forms.Control.KeyUp event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnLayoutRaises the System.Windows.Forms.Control.Layout event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnLeaveコントロールがフォーカスを失った後に呼び出されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnLocationChangedRaises the System.Windows.Forms.Control.LocationChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnLostFocus Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMarginChangedRaises the System.Windows.Forms.Control.MarginChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnMouseCaptureChangedRaises the System.Windows.Forms.Control.MouseCaptureChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnMouseClickRaises the System.Windows.Forms.Control.MouseClick event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnMouseDoubleClickRaises the System.Windows.Forms.Control.MouseDoubleClick event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnMouseDown Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseEnter Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseEnterElement Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseHover Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseLeave Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseLeaveElement Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseMove Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseUp Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseWheelRaises the System.Windows.Forms.Control.MouseWheel event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnMoveRaises the System.Windows.Forms.Control.Move event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnNotifyMessageNotifies the control of Windows messages. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnOffice2007ColorSchemeChanged Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnOffice2010ColorSchemeChanged Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnOffice2013ColorSchemeChanged Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnPaddingChangedRaises the System.Windows.Forms.Control.PaddingChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnPaintコントロールの Paint イベントを呼び出します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnPaintBackgroundPaints the background of the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event when the System.Windows.Forms.Control.BackColor property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event when the System.Windows.Forms.Control.BackgroundImage property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event when the System.Windows.Forms.Control.BindingContext property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentChangedParentChanged イベントを発生します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnParentCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event when the System.Windows.Forms.Control.Enabled property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentFontChangedコントロールのParentFontChangedイベントを発生させます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnParentForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event when the System.Windows.Forms.Control.ForeColor property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event when the System.Windows.Forms.Control.RightToLeft property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnParentVisibleChangedRaises the System.Windows.Forms.Control.VisibleChanged event when the System.Windows.Forms.Control.Visible property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnPreviewKeyDownRaises the System.Windows.Forms.Control.PreviewKeyDown event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnPrintRaises the System.Windows.Forms.Control.Paint event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnPropChangedPropertyChangedイベントの通知ハンドラー。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnPropertyChanged Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnQueryContinueDragRaises the System.Windows.Forms.Control.QueryContinueDrag event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnRegionChangedRaises the System.Windows.Forms.Control.RegionChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnResize Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnSelectionChangeCommittedエディターのSelectionChangeCommittedイベントを処理します。  
Protected メソッドOnSelectionChangedエディターのSelectionChangedイベントを処理します。  
Protected メソッドOnSizeChangedRaises the System.Windows.Forms.Control.SizeChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnStyleChangedRaises the System.Windows.Forms.Control.StyleChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnSubObjectPropChangedオーバーライドされます。 サブオブジェクトでプロパティが変更されたときに呼び出されます。  
Protected メソッドOnSystemColorsChangedRaises the System.Windows.Forms.Control.SystemColorsChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnTabIndexChangedRaises the System.Windows.Forms.Control.TabIndexChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnTabStopChangedRaises the System.Windows.Forms.Control.TabStopChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnTextChangedRaises the System.Windows.Forms.Control.TextChanged イベントを発生します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnThemeChanged Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnTouchProviderRegistrationChangedTouchProvider が登録されたとき、または登録解除されたときに呼び出されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnTouchProviderStateChangeTouchProvider の状態が変わったとき (その Visble プロパティか Enabled プロパティが変わったときなど) に呼び出されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドOnValidatedRaises the System.Windows.Forms.Control.Validated event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnValidatingオーバーライドされます。 コントロールの Validating イベントを処理します。  
Protected メソッドOnValueChangedオーバーライドされます。 エディターのValueChangedイベントを処理します。  
Protected メソッドOnVisibleChanged Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnZoomFactorChanged Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドProcessCmdKeyProcesses a command key. System.Windows.Forms.Controlから継承されます。
Protected メソッドProcessDialogCharProcesses a dialog character. System.Windows.Forms.Controlから継承されます。
Protected メソッドProcessDialogKeyProcesses a dialog key. System.Windows.Forms.Controlから継承されます。
Protected メソッドProcessKeyEventArgsProcesses a key message and generates the appropriate control events. System.Windows.Forms.Controlから継承されます。
Protected メソッドProcessKeyPreviewPreviews a keyboard message. System.Windows.Forms.Controlから継承されます。
Protected メソッドRaiseDragEventRaises the appropriate drag event. System.Windows.Forms.Controlから継承されます。
Protected メソッドRaiseKeyEventRaises the appropriate key event. System.Windows.Forms.Controlから継承されます。
Protected メソッドRaiseMouseEventRaises the appropriate mouse event. System.Windows.Forms.Controlから継承されます。
Protected メソッドRaisePaintEventRaises the appropriate paint event. System.Windows.Forms.Controlから継承されます。
Protected メソッドRecreateHandleForces the re-creation of the handle for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドRescaleConstantsForDpiProvides constants for rescaling the control when a DPI change occurs. System.Windows.Forms.Controlから継承されます。
Protected メソッドResetMouseEventArgsResets the control to handle the System.Windows.Forms.Control.MouseLeave event. System.Windows.Forms.Controlから継承されます。
Protected メソッドRtlTranslateAlignmentオーバーロードされます。 Converts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. System.Windows.Forms.Controlから継承されます。
Protected メソッドRtlTranslateHorizontalConverts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. System.Windows.Forms.Controlから継承されます。
Protected メソッドRtlTranslateLeftRightConverts the specified System.Windows.Forms.LeftRightAlignment to the appropriate System.Windows.Forms.LeftRightAlignment to support right-to-left text. System.Windows.Forms.Controlから継承されます。
Protected メソッドScaleControl System.Windows.Forms.Controlから継承されます。
Protected メソッドScrollControl Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドSetAutoSizeModeSets a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. System.Windows.Forms.Controlから継承されます。
Protected メソッドSetBoundsCoreオーバーライドされます。コントロールのサイズまたは位置が変更されるときに呼び出されます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドSetClientSizeCoreSets the size of the client area of the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドSetStyleSets a specified System.Windows.Forms.ControlStyles flag to either true or false. System.Windows.Forms.Controlから継承されます。
Protected メソッドSetText指定した値をコントロールに割り当てます。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドSetTopLevelSets the control as the top-level control. System.Windows.Forms.Controlから継承されます。
Protected メソッドSetVisibleCoreSets the control to the specified visible state. System.Windows.Forms.Controlから継承されます。
Protected メソッドShouldSerializeAlwaysInEditMode

AlwaysInEditMode プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeAppearance

Appearance プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeAppearances Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドShouldSerializeAutoCompleteModeAutoCompleteMode プロパティがデフォルト以外の値に設定されている場合、True を返します。  
Protected メソッドShouldSerializeAutoSize

AutoSize プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeAutoSuggestFilterModeAutoSuggestFilterMode プロパティがデフォルト以外の値に設定されている場合、True を返します。  
Protected メソッドShouldSerializeBorderStyle

BorderStyle プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeButtonAppearanceButtonAppearance プロパティのシリアル化が必要な場合は true を返します。  
Protected メソッドShouldSerializeButtonsLeft Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドShouldSerializeButtonsRight Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドShouldSerializeButtonStyle

ButtonStyle プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドShouldSerializeCharacterCasing

CharacterCasing プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeCheckedListSettingsCheckedListSettings プロパティのシリアル化が必要かどうかを返します。  
Protected メソッドShouldSerializeDisplayStyle

DisplayStyle プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeDropDownButtonAlignment

DropDownButtonAlignment プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドShouldSerializeDropDownButtonDisplayStyle

DropDownButtonDisplayStyle プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドShouldSerializeDropDownListAlignment

DropDownListAlignment プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドShouldSerializeDropDownListWidth

DropDownListWidth プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドShouldSerializeDropDownStyle

DropDownStyle プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドShouldSerializeHasMRUList

HasMRUList プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドShouldSerializeHideSelection

HideSelection プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeIgnoreDiacritics  
Protected メソッドShouldSerializeImageList Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドShouldSerializeImageTransparentColor Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドShouldSerializeItemAppearanceプロパティにシリアル化が必要なデータが含まれる場合は True を返します。  
Protected メソッドShouldSerializeItems

Items プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドShouldSerializeMaxDropDownItems

MaxDropDownItems プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドShouldSerializeMaxLengthMaxLength プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeMaxMRUItems

MaxMRUItems プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドShouldSerializeMRUListMRUList プロパティをシリアル化する必要があるかどうかを決定します  
Protected メソッドShouldSerializeNullable

Nullable プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeNullText

NullText プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeNullTextAppearance

NullTextAppearance のいずれかのプロパティが設定されているかどうかを示すブール値を返します。

Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeOverflowIndicatorImageオーバーフローインジケーターにカスタムイメージが割り当てられている場合、Trueを返します。 Infragistics.Win.UltraWinEditors.TextEditorControlBaseから継承されます。
Protected メソッドShouldSerializeReadOnly Infragistics.Win.UltraWinEditors.EditorButtonControlBaseから継承されます。
Protected メソッドShouldSerializeSortStyle

SortStyle プロパティがデフォルト値に設定されているかどうかを示すブール値を返します。

 
Protected メソッドSizeFromClientSize System.Windows.Forms.Controlから継承されます。
Protected メソッドUpdateStylesForces the assigned styles to be reapplied to the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドUpdateZOrderUpdates the control in its parent's z-order. System.Windows.Forms.Controlから継承されます。
Protected メソッドWndProcProcesses Windows messages. System.Windows.Forms.Controlから継承されます。
トップ
参照