バージョン

UltraEditorButtonColumnBase クラス メソッド

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

パブリック メソッド
 名前解説
Public メソッドClone列のクローンを返します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Public メソッドCloseUp現在ドロップダウンされているDropDownEditorButtonBaseインスタンスを閉じます。  
Public メソッドDisposeオーバーロードされます。 オーバーライドされます。 アンマネージリソースの解放、リリース、リセットに関連付けられたアプリケーション定義のタスクを実行します。  
Public メソッドGetPreferredWidth指定された基準に基づいた列の理想的な幅を計算します。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Public メソッドResetAppearances外観をnullにリセットします。  
Public メソッドResetButtonsLeftButtonsLeft コレクションをクリアします。  
Public メソッドResetButtonsRightButtonsRight コレクションをクリアします。  
Public メソッドResetCellAppearanceCellAppearance プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Public メソッドResetCellButtonAppearanceCellButtonAppearance プロパティをデフォルト値にリセットします。  
Public メソッドResetEditCellAppearanceEditCellAppearance プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Public メソッドResetImageListInfragistics.Win.UltraWinEditors.EditorButtonControlBase.ImageList プロパティをデフォルト値にリセットします。  
Public メソッドResetImageTransparentColorImageTransparentColor プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Public メソッドResetSelectedCellAppearanceSelectedCellAppearance プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Public メソッドResetSortModeSortMode プロパティをデフォルト値にリセットします。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Public メソッドShouldSerializeCellAppearance

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

Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Public メソッドShouldSerializeCellButtonAppearance

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

 
Public メソッドShouldSerializeEditCellAppearance

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

Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Public メソッドShouldSerializeSelectedCellAppearance

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

Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Public メソッドToStringGets a string that describes the column. System.Windows.Forms.DataGridViewColumnから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドCreateEditorエディターを作成するためのファクトリメソッド Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Protected メソッドCreateOwnerエディターのオーナーを作成するためのファクトリメソッド Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Protected メソッドFinalizeReleases the resources associated with the band. System.Windows.Forms.DataGridViewBandから継承されます。
Protected メソッドInitializeEditorオーバーライドされます。 イベントのフックまたはデフォルトプロパティの設定など、初期化を可能にするエディターを作成した後で、呼び出されます。  
Protected メソッドInitializeFromオーバーライドされます。 指定された UltraColumnBase の設定をコピーするために使用されます  
Protected メソッドOnAfterEditorButtonCheckStateChangedAfterEditorButtonCheckStateChanged イベントを呼び出します。  
Protected メソッドOnAfterEditorButtonCloseUpAfterEditorButtonCloseUp イベントを呼び出します。  
Protected メソッドOnAfterEnterEditMode編集モードを開始した後で呼び出されます Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Protected メソッドOnAfterExitEditMode編集モードを終了した後で呼び出されます Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Protected メソッドOnBeforeEditorButtonCheckStateChangedBeforeEditorButtonCheckStateChanged イベントを呼び出します。  
Protected メソッドOnBeforeEditorButtonDropDownBeforeEditorButtonDropDown イベントを呼び出します。  
Protected メソッドOnDataGridViewChanged要素が異なるDataGridViewに関連付けられているときに呼び出されます。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Protected メソッドOnEditorButtonClickEditorButtonClick イベントを呼び出します。  
Protected メソッドOnEditorSpinButtonClickEditorSpinButtonClick イベントを呼び出します。  
Protected メソッドOnInitializeEditorButtonCheckStateInitializeEditorButtonCheckState イベントを呼び出します。  
Protected メソッドOnMouseEnterElementマウスが要素に入った(要素の上に移動した)ときに呼び出されます。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Protected メソッドOnMouseLeaveElementマウスが要素から出た(要素の上から離れた)ときに呼び出されます。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Protected メソッドOnSubObjectPropChangedサブオブジェクトプロパティ変更通知を受信したときに呼び出されます。 Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Protected メソッドRaiseCellClickRaises the System.Windows.Forms.DataGridView.CellClick event. System.Windows.Forms.DataGridViewElementから継承されます。
Protected メソッドRaiseCellContentClickRaises the System.Windows.Forms.DataGridView.CellContentClick event. System.Windows.Forms.DataGridViewElementから継承されます。
Protected メソッドRaiseCellContentDoubleClickRaises the System.Windows.Forms.DataGridView.CellContentDoubleClick event. System.Windows.Forms.DataGridViewElementから継承されます。
Protected メソッドRaiseCellValueChangedRaises the System.Windows.Forms.DataGridView.CellValueChanged event. System.Windows.Forms.DataGridViewElementから継承されます。
Protected メソッドRaiseDataErrorRaises the System.Windows.Forms.DataGridView.DataError event. System.Windows.Forms.DataGridViewElementから継承されます。
Protected メソッドRaiseMouseWheelRaises the System.Windows.Forms.Control.MouseWheel event. System.Windows.Forms.DataGridViewElementから継承されます。
Protected メソッドShouldSerializeAppearancesこのプロパティがデフォルト値に設定されていない場合、True を返します。  
Protected メソッドShouldSerializeButtonsLeftButtonsLeft のシリアル化が必要かどうかを示します。  
Protected メソッドShouldSerializeButtonsRightButtonsRight のシリアル化が必要かどうかを示します。  
Protected メソッドShouldSerializeImageList

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

 
Protected メソッドShouldSerializeImageTransparentColor

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

Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
Protected メソッドShouldSerializeSortMode

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

Infragistics.Win.UltraDataGridView.UltraColumnBaseから継承されます。
トップ
参照