バージョン

UltraCombo クラス メソッド

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

パブリック メソッド
 名前解説
Public メソッドApplyPresetFromBinaryオーバーロードされます。 プリセットデータをUltraGridに適用します。ターゲットファイルに含まれるプリセットデータはバイナリ形式で保存されている必要があります。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドApplyPresetFromXmlオーバーロードされます。 プリセットデータをUltraGridに適用します。ターゲットファイルに含まれるプリセットデータはXML形式で保存されている必要があります。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドBeginInvokeオーバーロードされます。 Executes the specified delegate asynchronously 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 メソッドContainsRetrieves a value indicating whether the specified control is a child of the control. System.Windows.Forms.Controlから継承されます。
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 メソッドDataBindデータソースを再バインドします。これを行うと、InitializeLayout が再び発生します。注意:DataSource プロパティを設定すると、データソースへのバインドとデータの読み込みが行われます。このメソッドは、UltraGrid にデータを強制的に再読み込みすることを目的とします。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
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 メソッドEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. System.Windows.Forms.Controlから継承されます。
Public メソッドEndUpdateオーバーロードされます。 オーバーライドされます。 Infragistics.Win.UltraControlBase.IsUpdating フラグをFalseにリセットし、オプションでコントロールを無効にします。  
Public メソッドFindFormRetrieves the form that the control is on. System.Windows.Forms.Controlから継承されます。
Public メソッドFocus入力フォーカスをコントロールに設定します。  
Public メソッドGetActiveColScrollRegionアクティブなColScrollRegionオブジェクトを返します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
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 メソッドGetLayoutGroupFromPoint指定されたポイントを含む UltraGridGroup を返します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
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オーバーライドされます。 コントロールのための最適サイズを決定するために使用されます。  
Public メソッドGetRowバンド(0)内の最初または最後の行に対応するUltraGridRowオブジェクトを返します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
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. System.Windows.Forms.Controlから継承されます。
Public メソッドIsItemInListオーバーロードされます。 コンボの編集部分のテキストがリストに存在するかどうかを判断します。  
Public メソッドLogicalToDeviceUnitsConverts a Logical DPI value to it's equivalent DeviceUnit DPI value. System.Windows.Forms.Controlから継承されます。
Public メソッドNotifyDpiChangedコントロールに、Dpi が変更されたことを通知して、コントロールは、システム Dpi に依存するメトリックをダーティにして、自分を無効にする必要があります。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドOnSubObjectPropChangedサブオブジェクトでプロパティが変更されたときに呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドPerformActionオーバーロードされます。 ユーザーによるコントロールの操作をシミュレートします。  
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.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドResetAllowNullAllowNull プロパティをデフォルト(DefaultableBoolean.Default)にリセットします。  
Public メソッドResetAlwaysInEditModeAlwaysInEditMode プロパティをデフォルト値にリセットします。  
Public メソッドResetAppearanceすべての Appearance プロパティの値をデフォルト値にリセットします。  
Public メソッドResetAutoCompleteModeAutoCompleteMode プロパティをデフォルト値にリセットします。  
Public メソッドResetAutoSizeAutoSize プロパティをデフォルト値(True)にリセットします。  
Public メソッドResetAutoSuggestFilterModeAutoSuggestFilterMode プロパティをデフォルト値にリセットします。  
Public メソッドResetBorderStyleBorderStyle プロパティをデフォルト値(UIElementBorderStyle.Default)にリセットします。  
Public メソッドResetButtonAppearanceButtonAppearance プロパティをデフォルト値にリセットします。  
Public メソッドResetButtonsLeftButtonsLeft コレクションを消去します。  
Public メソッドResetButtonsRightButtonsRight コレクションを消去します。  
Public メソッドResetDisplayLayoutオブジェクトの各プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドResetDisplayMemberUltraDropDownBase.DisplayMember をデフォルト値 (string.Empty) にリセットします。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResetDisplayStyleDisplayStyle プロパティをデフォルト値(EmbeddableElementDisplayStyle.Standard)にリセットします。  
Public メソッドResetDropDownButtonDisplayStyleDropDownButtonDisplayStyle プロパティをデフォルト値にリセットします。  
Public メソッドResetDropDownResizeHandleAppearanceUltraDropDownBase.DropDownResizeHandleAppearance プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResetDropDownResizeHandleStyleUltraDropDownBase.DropDownResizeHandleStyle プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResetDropDownSearchMethodUltraDropDownBase.DropDownSearchMethod プロパティをデフォルト(DropDownSearchMethod.Default)にリセットします。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResetDropDownWidthUltraDropDownBase.DropDownWidth プロパティをデフォルト値(-1)にリセットします。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResetEditAreaDisplayStyleUltraDropDownBase.EditAreaDisplayStyle プロパティをデフォルト(EditAreaDisplayStyle.Default)にリセットします。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResetGesturesEnabledGesturesEnabled プロパティをデフォルト値に復元します。  
Public メソッドResetIgnoreDiacritics  
Public メソッドResetImageListImageListプロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドResetItemMatchingModeItemMatchingMode プロパティの値をデフォルト値に復元します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResetLayoutsすべてのレイアウトをクリアします。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドResetMaxDropDownItemsUltraDropDownBase.MaxDropDownItems プロパティをデフォルト値(8)にリセットします。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResetMinDropDownItemsUltraDropDownBase.MinDropDownItems プロパティをデフォルト値(1)にリセットします。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResetNullTextNullText プロパティをデフォルト(DefaultableBoolean.Default)にリセットします。  
Public メソッドResetPaddingPadding プロパティをデフォルト値(1, 1)にリセットします。  
Public メソッドResetPreferredDropDownSizeUltraDropDownBase.PreferredDropDownSize プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResetReadOnlyReadOnly プロパティをデフォルト値 (False) にリセットします。  
Public メソッドResetTextResets the System.Windows.Forms.Control.Text property to its default value. System.Windows.Forms.Controlから継承されます。
Public メソッドResetValueMemberUltraDropDownBase.ValueMember プロパティをデフォルト値(string.Empty)にリセットします。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Public メソッドResolveAppearanceコンボの編集部分の外観を解決します。  
Public メソッドResumeLayoutオーバーロードされます。 Resumes usual layout logic. System.Windows.Forms.Controlから継承されます。
Public メソッドResumeRowSynchronization行の同期化を再開します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドResumeSummaryUpdates行変更通知が受信されるたびに再計算対象の集計をマークするというデフォルトの動作を再開します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
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オーバーロードされます。 Activates the control. System.Windows.Forms.Controlから継承されます。
Public メソッドSelectAllコントロールのすべてのテキストを選択します。  
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 メソッドSetDataBindingオーバーロードされます。 コントロールのデータソースとデータメンバーを 1 つのアトミック操作で設定します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドSetInitialValueドロップダウンされるまでデータ ソースの読み込みを遅延させるために、このメソッドが使用されます。  
Public メソッドShowDisplays the control to the user. System.Windows.Forms.Controlから継承されます。
Public メソッドShowColumnChooserオーバーロードされます。 ユーザーが列を非表示または非表示解除できる列チューザダイアログを表示します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドShowCustomFilterDialogカスタム フィルター ダイアログを表示し、新しいフィルターを適用します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドSuspendLayoutTemporarily suspends the layout logic for the control. System.Windows.Forms.Controlから継承されます。
Public メソッドSuspendRowSynchronization行の同期化を中断します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドSuspendSummaryUpdates集計の更新を中断します。UltraGrid は行変更通知を受信するたびに、再計算対象の集計をマークします。このメソッドを呼び出すと、行変更通知が受信されても再計算対象の集計がマークされなくなります。デフォルトの動作(再計算対象の集計をマークする)を再開するためには、UltraGridBase.ResumeSummaryUpdates を呼び出す必要があります。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Public メソッドToggleDropdownコントロールのリスト部分を、ドロップダウンした状態と閉じた状態の間で切り替えます。  
Public メソッドToString System.ComponentModel.Componentから継承されます。
Public メソッドUpdate Infragistics.Win.UltraControlBaseから継承されます。
Public メソッドUpdateData変更された情報を更新(コミット)します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドCreateComponentRoleコントロールのスタイル情報を提供するコンポーネント ロールを作成するために使用される Factory メソッド。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドCreateControlsInstanceCreates a new instance of the control collection for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドCreateHandleCreates a handle for the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドCreateUIAutomationProviderオーバーライドされます。 指定したコンテキストのための UI オートメーション ラッパーを作成するファクトリ メソッド。  
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 メソッドFireAfterCloseUpオーバーライドされます。 リストが閉じられた後に呼び出されます。  
Protected メソッドFireAfterDropDownオーバーライドされます。 リストがドロップダウンされた後で呼び出されます。  
Protected メソッドFireBeforeDropDownオーバーライドされます。 リストがドロップダウンされた後で呼び出されます。  
Protected メソッドFireRowSelectedオーバーライドされます。 新しい行が選択された場合に呼び出されます。  
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オーバーライドされます。 ズームされる子コントロールを提供します。  
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 メソッド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文字がコントロールが認識する入力文字であるかどうかを決定します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドIsInputKeyオーバーライドされます。 指定されたキーが通常の入力キーであるか、事前の処理を必要とする特別なキーであるかを決定します。  
Protected メソッドIsPointDesignTimeActiveコントロールがデザイン時に、指定したポイントのマウス通知を受け取るかどうかを示します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
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 メソッドOnAfterAutoSizeColumn列が自動サイズ変更された後に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnAfterBandHiddenChangedユーザーが列の選択ダイアログからバンドを非表示にした後に呼び出されます。このメソッドはAfterBandHiddenChangedイベントを発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnAfterCloseUpリストが閉じられた後で呼び出されます  
Protected メソッドOnAfterColPosChanged列の位置を変更後に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnAfterDropDownリストがドロップダウンされた後で呼び出されます。  
Protected メソッドOnAfterDropDownResizeドロップダウンのサイズ変更が完了した後に発生します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドOnAfterEditorButtonCheckStateChangedAfterEditorButtonCheckStateChanged イベントを呼び出します。  
Protected メソッドOnAfterEditorButtonCloseUpAfterEditorButtonCloseUp イベントを呼び出します。  
Protected メソッドOnAfterHeaderCheckBoxStateChangedAfterHeaderCheckBoxStateChanged イベントを発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnAfterRowFilterChangedOnAfterRowFilterChangedは、ユーザーがいずれかの列の行フィルターを変更した後に呼び出されます。このメソッドは、関連付けられたイベントを発生させます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnAfterRowFilterDropDownPopulateUltraGrid によって行フィルター ドロップダウンに値が読み込まれた後に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnAfterSortChangeバンドが並べ替えられた後に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
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 メソッドOnBasePropChangedオーバーライドされます。 サブオブジェクトでプロパティが変更されたときにUltraGridBaseで呼び出されます。  
Protected メソッドOnBeforeAutoSizeColumn列が自動サイズ変更される前に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBeforeBandHiddenChangedユーザーが列の選択ダイアログからバンドを非表示にしたときに呼び出されます。このメソッドはBeforeBandHiddenChangedイベントを発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBeforeColPosChanged列の位置が変更される前に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBeforeColumnChooserDisplayedOnBeforeColumnChooserDisplayedは、ユーザーが列チューザダイアログを表示する前に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBeforeCustomRowFilterDialogグリッドがカスタム行フィルターダイアログを表示する前に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBeforeDropDownリストがドロップダウンされる前に呼び出されます。  
Protected メソッドOnBeforeDropDownResizeStartドロップ ダウンのサイズ変更が始まる前に発生します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドOnBeforeEditorButtonCheckStateChangedBeforeEditorButtonCheckStateChanged イベントを呼び出します。  
Protected メソッドOnBeforeEditorButtonDropDownBeforeEditorButtonDropDown イベントを呼び出します。  
Protected メソッドOnBeforeHeaderCheckBoxStateChangedBeforeHeaderCheckBoxStateChanged イベントを発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBeforeRowFilterChangedOnBeforeRowFilterChangedは、ユーザーがいずれかの列の行フィルターを変更したときに呼び出されます。このメソッドは、関連付けられたイベントを発生させます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBeforeRowFilterDropDown行フィルタードロップダウンがドロップダウンする前に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBeforeRowFilterDropDownPopulateUltraGridによって行フィルタードロップダウンに値が読み込まれる前に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBeforeSortChange並べ替えが変更される前に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBeginInitコンポーネントの System.ComponentModel.ISupportInitialize.BeginInit の間に呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event. System.Windows.Forms.Controlから継承されます。
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 メソッドOnControlAddedRaises the System.Windows.Forms.Control.ControlAdded event. System.Windows.Forms.Controlから継承されます。
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 メソッドOnEditorButtonClickEditorButtonClick イベントを呼び出します。  
Protected メソッドOnEditorSpinButtonClickEditorSpinButtonClick イベントを呼び出します。  
Protected メソッドOnEnabledChangedオーバーライドされます。 オーバーライドメソッド。  
Protected メソッドOnEndInitオーバーライドされます。 コンポーネントの System.ComponentModel.ISupportInitialize.EndInit の間に呼び出されます。  
Protected メソッドOnEnterオーバーライドされます。 フォーカスがこのコントロールに入ったときに呼び出されます。  
Protected メソッドOnFilterCellValueChangedOnFilterCellValueChangedは、ユーザーがフィルター行のセルを変更したときに呼び出されます。このメソッドは UltraGridBase.FilterCellValueChanged イベントを発生させます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnFilterRow行に対して行フィルターの評価が実行されたときに呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnFontChangedオーバーライドされます。 オーバーライドメソッド。新しく割り当てられたフォントに従って、MaskedEditの高さを設定します。  
Protected メソッドOnForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnGestureCompletedオーバーライドされます。 GestureCompleted イベントを発生します。  
Protected メソッドOnGestureQueryStatusオーバーライドされます。 GestureQueryStatus イベントを発生します。  
Protected メソッドOnGestureStartingオーバーライドされます。 GestureStarting イベントを発生します。  
Protected メソッドOnGiveFeedbackRaises the System.Windows.Forms.Control.GiveFeedback event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnGotFocusオーバーライドされます。 GotFocus イベントを呼び出すために使用します。  
Protected メソッドOnHandleCreatedオーバーライドされます。 System.Windows.Forms.Control.HandleCreated イベントを発生します。  
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 メソッドOnInitializeEditorButtonCheckStateInitializeEditorButtonCheckState イベントを呼び出します。  
Protected メソッドOnInitializeLayoutデータソースが設定後、レイアウトが最初に初期化されると呼び出されます。  
Protected メソッドOnInitializeRow行が初期化されるときに呼び出されます。  
Protected メソッドOnInitializeRowsCollectionOnInitializeRowsCollectionは、UltraGridが新しい行コレクションを作成するたびに呼び出されます。このメソッドは UltraGridBase.InitializeRowsCollection イベントを発生させます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnInvalidatedRaises the System.Windows.Forms.Control.Invalidated event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnItemNotInListコントロールのエディター部分に入力されたテキスト値がコントロールの値リストに含まれない場合に、Validatingイベントの前に呼び出されます。  
Protected メソッドOnKeyDownオーバーライドされます。 キーを押したときに呼び出されます。  
Protected メソッドOnKeyPressオーバーライドされます。 オーバーライド。KeyPressイベントを発生させます。  
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オーバーライドされます。 Leave イベントを呼び出すために使用されます。  
Protected メソッドOnListManagerSetリストマネージャが設定される場合に呼び出されます(データソースが変更されます)。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnLocationChangedオーバーライドされます。 コントロールの位置が変更されたときに呼び出されます。  
Protected メソッドOnLostFocusオーバーライドされます。 オーバーライド。コントロールがフォーカスを失ったときに呼び出されます。  
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オーバーライドされます。 マウスが要素に入った(要素の上に移動した)ときに呼び出されます。  
Protected メソッドOnMouseHover Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseLeave Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseLeaveElementオーバーライドされます。 マウスが要素から出た(要素の上から離れた)ときに呼び出されます。  
Protected メソッドOnMouseMove Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseUp Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnMouseWheelカーソルがコントロール上に配置された時にマウスホイールが使用される場合に発生します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
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 イベントを呼び出します。  
Protected メソッドOnPaintBackgroundPaints the background of the control. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnPanGestureオーバーライドされます。 PanGesture イベントを発生します。  
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 メソッドOnParentChanged Infragistics.Win.UltraControlBaseから継承されます。
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 メソッドOnParentFontChangedRaises the System.Windows.Forms.Control.FontChanged event when the System.Windows.Forms.Control.Font property value of the control's container changes. System.Windows.Forms.Controlから継承されます。
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 メソッドOnPressAndHoldGestureオーバーライドされます。 PressAndHoldGesture イベントを発生します。  
Protected メソッドOnPressAndTapGestureオーバーライドされます。 PressAndTapGesture イベントを発生します。  
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 メソッドOnPropertyChangedオーバーライドされます。 プロパティを変更すると呼び出されます。  
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オーバーライドされます。 グリッド自体のサイズを変更するときに呼び出されます。  
Protected メソッドOnRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnRotateGestureオーバーライドされます。 RotateGesture イベントを発生します。  
Protected メソッドOnRowSelected新しい行が選択された場合に呼び出されます。  
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 メソッド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 メソッドOnTextChangedオーバーライドされます。 このテキストが変更されたときに呼び出されます。  
Protected メソッドOnThemeChanged Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnTouchProviderRegistrationChangedオーバーライドされます。 TouchProvider が登録されたとき、または登録解除されたときに呼び出されます。  
Protected メソッドOnTouchProviderStateChangeオーバーライドされます。 TouchProvider の状態が変わったとき (その Visble プロパティか Enabled プロパティが変わったときなど) に呼び出されます。  
Protected メソッドOnTwoFingerTapGestureオーバーライドされます。 TwoFingerTapGesture イベントを発生します。  
Protected メソッドOnValidatedRaises the System.Windows.Forms.Control.Validated event. System.Windows.Forms.Controlから継承されます。
Protected メソッドOnValidatingオーバーライドされます。 オーバーライドされます。コントロールのValidatingイベントが呼び出されるときに呼び出されます。  
Protected メソッドOnValueChangedValueプロパティが変更されるときに呼び出されます。  
Protected メソッドOnVisibleChanged Infragistics.Win.UltraControlBaseから継承されます。
Protected メソッドOnZoomFactorChangedUltraControlBase のズーム ファクターが変更されると呼び出されます。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドOnZoomGestureオーバーライドされます。 ZoomGesture イベントを発生します。  
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 メソッドResetFirstDrawFlag最初の描画フラグをFalseにリセットします。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
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オーバーライドされます。 オーバーライドされます。コントロールのサイズまたは位置が変更されるときに呼び出されます。  
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 メソッド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 メソッドShouldSerializeAllowNullこのプロパティがデフォルト値に設定されていない場合、True を返します。  
Protected メソッドShouldSerializeAlwaysInEditMode

AlwaysInEditMode プロパティのシリアル化が必要かどうかを示します。

 
Protected メソッドShouldSerializeAutoCompleteModeAutoCompleteMode プロパティがデフォルト以外の値に設定されている場合、True を返します。  
Protected メソッドShouldSerializeAutoSuggestFilterModeAutoSuggestFilterMode プロパティがデフォルト以外の値に設定されている場合、True を返します。  
Protected メソッドShouldSerializeButtonAppearanceButtonAppearance プロパティのシリアル化が必要な場合は true を返します。  
Protected メソッドShouldSerializeButtonsLeftButtonsLeft のシリアル化が必要かどうかを示します。  
Protected メソッドShouldSerializeButtonsRightButtonsRight のシリアル化が必要かどうかを示します。  
Protected メソッドShouldSerializeDisplayLayoutこのプロパティがデフォルト値に設定されていない場合、True を返します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドShouldSerializeDisplayMemberこのプロパティがデフォルト値に設定されていない場合、True を返します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドShouldSerializeDisplayStyleプロパティがデフォルト以外の値に設定されている場合、True を返します。  
Protected メソッドShouldSerializeDropDownButtonDisplayStyle

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

 
Protected メソッドShouldSerializeDropDownResizeHandleAppearance

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

Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドShouldSerializeDropDownResizeHandleStyle

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

Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドShouldSerializeDropDownSearchMethodこのプロパティがデフォルト値に設定されていない場合、True を返します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドShouldSerializeDropDownWidthこのプロパティがデフォルト値に設定されていない場合、True を返します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドShouldSerializeEditAreaDisplayStyleこのプロパティがデフォルト値に設定されていない場合、True を返します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドShouldSerializeGesturesEnabledGesturesEnabled プロパティがシリアル化を要求するかどうかを示すブール値を返します。  
Protected メソッドShouldSerializeIgnoreDiacritics  
Protected メソッドShouldSerializeImageListこのプロパティがデフォルト値に設定されていない場合、True を返します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドShouldSerializeItemMatchingModeItemMatchingMode プロパティがシリアル化を要求するかどうかを示すブール値を返します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドShouldSerializeLayoutsいずれかのプロパティがデフォルト値以外の値に設定されている場合、Trueを返します。 Infragistics.Win.UltraWinGrid.UltraGridBaseから継承されます。
Protected メソッドShouldSerializeMaxDropDownItemsこのプロパティがデフォルト値に設定されていない場合、True を返します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドShouldSerializeMinDropDownItemsこのプロパティがデフォルト値に設定されていない場合、True を返します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドShouldSerializeNullTextこのプロパティがデフォルト値に設定されていない場合、True を返します。  
Protected メソッドShouldSerializePaddingこのプロパティがデフォルト値に設定されていない場合、True を返します。  
Protected メソッドShouldSerializePreferredDropDownSizeこのプロパティがデフォルト値に設定されていない場合、True を返します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
Protected メソッドShouldSerializeReadOnlyプロパティがデフォルト以外の値に設定されている場合、True を返します。  
Protected メソッドShouldSerializeValueMemberこのプロパティがデフォルト値に設定されていない場合、True を返します。 Infragistics.Win.UltraWinGrid.UltraDropDownBaseから継承されます。
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から継承されます。
トップ
参照