バージョン

UltraColumnBase クラス メンバ

UltraColumnBaseデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティAutoSizeModeGets or sets the mode by which the column automatically adjusts its width. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティButtonStyleセルボタンのスタイルを設定します。  
Public プロパティCellAppearanceセルのデフォルトの外観です。  
Public プロパティCellTemplateGets or sets the template used to create new cells. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティCellTypeGets the run-time type of the cell template. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティContextMenuStripGets or sets the shortcut menu for the column. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティCreationFilterクリエーション フィルターを設定します。  
Public プロパティCursorFilterカーソル フィルターを設定します。  
Public プロパティDataGridViewGets the System.Windows.Forms.DataGridView control associated with this element. System.Windows.Forms.DataGridViewElementから継承されます。
Public プロパティDataPropertyNameGets or sets the name of the data source property or database column to which the System.Windows.Forms.DataGridViewColumn is bound. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティDefaultCellStyleGets or sets the column's default cell style. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティDefaultHeaderCellTypeGets or sets the run-time type of the default header cell. System.Windows.Forms.DataGridViewBandから継承されます。
Public プロパティDefaultNewRowValue新しく作成された行内のセルのデフォルト値を取得します。  
Public プロパティDisplayedGets a value indicating whether the band is currently displayed onscreen. System.Windows.Forms.DataGridViewBandから継承されます。
Public プロパティDisplayIndexGets or sets the display order of the column relative to the currently displayed columns. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティDisplayStyle列に使用される表示スタイルを取得または設定します。  
Public プロパティDividerWidthGets or sets the width, in pixels, of the column divider. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティDrawFilter描画フィルターを設定します。  
Public プロパティEditCellAppearance編集モード時のセルに適用されるデフォルトの外観です。  
Public プロパティEditor列内のセルで使用する埋め込みエディターです。  
Public プロパティFillWeightGets or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティFlatModeコントロールセルがフラットの外観を持つかどうかを示します。  
Public プロパティFrozenGets or sets a value indicating whether a column will move when a user scrolls the System.Windows.Forms.DataGridView control horizontally. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティHasCellAppearanceコントロールがCellAppearanceを持っているかどうかを返します。  
Public プロパティHasDefaultCellStyleGets a value indicating whether the System.Windows.Forms.DataGridViewBand.DefaultCellStyle property has been set. System.Windows.Forms.DataGridViewBandから継承されます。
Public プロパティHasEditCellAppearanceコントロールがCellAppearanceを持っているかどうかを返します。  
Public プロパティHasSelectedCellAppearanceコントロールがCellAppearanceを持っているかどうかを返します。  
Public プロパティHeaderCellGets or sets the System.Windows.Forms.DataGridViewColumnHeaderCell that represents the column header. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティHeaderTextGets or sets the caption text on the column's header cell. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティImageTransparentColorコントロールが使用する画像で隠される色を取得または設定します。  
Public プロパティIndexGets the relative position of the band within the System.Windows.Forms.DataGridView control. System.Windows.Forms.DataGridViewBandから継承されます。
Public プロパティInheritedAutoSizeModeGets the sizing mode in effect for the column. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティInheritedStyleGets the cell style currently applied to the column. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティIsDataBoundGets a value indicating whether the column is bound to a data source. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティMinimumWidthGets or sets the minimum width, in pixels, of the column. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティNameGets or sets the name of the column. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティReadOnlyGets or sets a value indicating whether the user can edit the column's cells. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティResizableGets or sets a value indicating whether the column is resizable. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティSelectedGets or sets a value indicating whether the band is in a selected user interface (UI) state. System.Windows.Forms.DataGridViewBandから継承されます。
Public プロパティSelectedCellAppearance選択されたセルに適用されるデフォルトの外観です。  
Public プロパティSiteGets or sets the site of the column. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティSortMode列のソートモードを取得または設定します。  
Public プロパティStateGets the user interface (UI) state of the element. System.Windows.Forms.DataGridViewElementから継承されます。
Public プロパティSupportsThemesXPテーマを使用して表示するかどうかを取得または設定します。  
Public プロパティTagGets or sets the object that contains data to associate with the band. System.Windows.Forms.DataGridViewBandから継承されます。
Public プロパティToolTipTextGets or sets the text used for ToolTips. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティValueTypeGets or sets the data type of the values in the column's cells. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティVisibleGets or sets a value indicating whether the column is visible. System.Windows.Forms.DataGridViewColumnから継承されます。
Public プロパティWidthGets or sets the current width of the column. System.Windows.Forms.DataGridViewColumnから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティDefaultSortMode列のDefault SortMode  
Protected プロパティEventsこのコンポーネントに関連付けられているイベント ハンドラーのリストを返します。  
Protected プロパティHeaderCellCoreGets or sets the header cell of the System.Windows.Forms.DataGridViewBand. System.Windows.Forms.DataGridViewBandから継承されます。
Protected プロパティIsRowGets a value indicating whether the band represents a row. System.Windows.Forms.DataGridViewBandから継承されます。
Protected プロパティSubObjectPropChangeEventHandlerこのオブジェクトのSub-objectプロパティのSubObjectPropChange通知を処理します  
トップ
パブリック メソッド
 名前解説
Public メソッドCloneオーバーライドされます。 列のクローンを返します。  
Public メソッドDisposeオーバーロードされます。 オーバーライドされます。 アンマネージリソースの解放、リリース、リセットに関連付けられたアプリケーション定義のタスクを実行します。  
Public メソッドGetPreferredWidthオーバーライドされます。 指定された基準に基づいた列の理想的な幅を計算します。  
Public メソッドResetCellAppearanceCellAppearance プロパティをデフォルト値にリセットします。  
Public メソッドResetEditCellAppearanceEditCellAppearance プロパティをデフォルト値にリセットします。  
Public メソッドResetImageTransparentColorImageTransparentColor プロパティをデフォルト値にリセットします。  
Public メソッドResetSelectedCellAppearanceSelectedCellAppearance プロパティをデフォルト値にリセットします。  
Public メソッドResetSortModeSortMode プロパティをデフォルト値にリセットします。  
Public メソッドShouldSerializeCellAppearance

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

 
Public メソッドShouldSerializeEditCellAppearance

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

 
Public メソッドShouldSerializeSelectedCellAppearance

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

 
Public メソッドToStringGets a string that describes the column. System.Windows.Forms.DataGridViewColumnから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドCreateEditorエディターを作成するためのファクトリメソッド  
Protected メソッドCreateOwnerエディターのオーナーを作成するためのファクトリメソッド  
Protected メソッドFinalizeReleases the resources associated with the band. System.Windows.Forms.DataGridViewBandから継承されます。
Protected メソッドInitializeEditorイベントのフックまたはデフォルトプロパティの設定など、初期化を可能にするエディターを作成した後で、呼び出されます。  
Protected メソッドInitializeFrom指定された UltraColumnBase の設定をコピーするために使用されます  
Protected メソッドOnAfterEnterEditMode編集モードを開始した後で呼び出されます  
Protected メソッドOnAfterExitEditMode編集モードを終了した後で呼び出されます  
Protected メソッドOnDataGridViewChangedオーバーライドされます。 要素が異なるDataGridViewに関連付けられているときに呼び出されます。  
Protected メソッドOnMouseEnterElementマウスが要素に入った (要素の上に移動した) ときに呼び出されます。  
Protected メソッドOnMouseLeaveElementマウスが要素から出た (要素の上から離れた) ときに呼び出されます。  
Protected メソッドOnSubObjectPropChangedサブオブジェクトプロパティ変更通知を受信したときに呼び出されます。  
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 メソッドShouldSerializeImageTransparentColor

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

 
Protected メソッドShouldSerializeSortMode

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

 
トップ
パブリック イベント
 名前解説
Public イベントAfterEnterEditModeセルが編集モードに入った後に発生します。  
Public イベントAfterExitEditModeセルが編集モードを終了した後に発生します。  
Public イベントDisposedOccurs when the System.Windows.Forms.DataGridViewColumn is disposed. System.Windows.Forms.DataGridViewColumnから継承されます。
Public イベントMouseEnterElementUIElementにマウスが置かれると発生します。  
Public イベントMouseLeaveElementUIElementからマウスを移動すると発生します。  
トップ
参照