DataGridViewColumnHeaderCell クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataGridView コントロールの列ヘッダーを表します。
public ref class DataGridViewColumnHeaderCell : System::Windows::Forms::DataGridViewHeaderCell
public class DataGridViewColumnHeaderCell : System.Windows.Forms.DataGridViewHeaderCell
type DataGridViewColumnHeaderCell = class
inherit DataGridViewHeaderCell
Public Class DataGridViewColumnHeaderCell
Inherits DataGridViewHeaderCell
- 継承
- 派生
注意 (継承者)
から DataGridViewColumnHeaderCell 派生し、派生クラスに新しいプロパティを追加するときは、 メソッドをオーバーライド Clone() して、複製操作中に新しいプロパティをコピーしてください。 基底クラスの Clone() プロパティが新しいセルにコピーされるように、基底クラスの メソッドも呼び出す必要があります。
コンストラクター
DataGridViewColumnHeaderCell() |
DataGridViewColumnHeaderCell クラスの新しいインスタンスを初期化します。 |
プロパティ
AccessibilityObject |
DataGridViewCell.DataGridViewCellAccessibleObject に割り当てられた DataGridViewCell を取得します。 (継承元 DataGridViewCell) |
ButtonState |
ヘッダー セルのボタン形式のビジュアル状態を取得します。 (継承元 DataGridViewHeaderCell) |
ColumnIndex |
このセルの列インデックスを取得します。 (継承元 DataGridViewCell) |
ContentBounds |
セルの内容領域を囲んだ外接する四角形を取得します。 (継承元 DataGridViewCell) |
ContextMenuStrip |
セルに関連付けられたショートカット メニューを取得または設定します。 (継承元 DataGridViewCell) |
DataGridView |
この要素に関連付けられている DataGridView コントロールを取得します。 (継承元 DataGridViewElement) |
DefaultNewRowValue |
新しいレコードの行のセルに対する既定値を取得します。 (継承元 DataGridViewCell) |
Displayed |
セルが現在画面上に表示されているかどうかを示す値を取得します。 (継承元 DataGridViewHeaderCell) |
EditedFormattedValue |
セルが編集モードであるかどうか、および値がコミットされているかどうかに関係なく、セルの現在の書式指定済みの値を取得します。 (継承元 DataGridViewCell) |
EditType |
セルのホストされる編集コントロールの型を取得します。 (継承元 DataGridViewCell) |
ErrorIconBounds |
セルのエラー アイコンの境界を取得します。 (継承元 DataGridViewCell) |
ErrorText |
セルに関連付けられたエラー条件を記述するテキストを取得または設定します。 (継承元 DataGridViewCell) |
FormattedValue |
表示用に書式指定済みのセル値を取得します。 (継承元 DataGridViewCell) |
FormattedValueType |
セルの書式指定済みの値の型を取得します。 (継承元 DataGridViewHeaderCell) |
Frozen |
セルが固定された状態かどうかを示す値を取得します。 (継承元 DataGridViewHeaderCell) |
HasStyle |
Style プロパティが設定されているかどうかを示す値を取得します。 (継承元 DataGridViewCell) |
InheritedState |
行と列の状態から継承されたセルの現在の状態を取得します。 (継承元 DataGridViewCell) |
InheritedStyle |
セルに現在適用されているスタイルを取得します。 (継承元 DataGridViewCell) |
IsInEditMode |
このセルが現在編集されているかどうかを示す値を取得します。 (継承元 DataGridViewCell) |
OwningColumn |
セルを格納している列を取得します。 (継承元 DataGridViewCell) |
OwningRow |
セルを格納している行を取得します。 (継承元 DataGridViewCell) |
PreferredSize |
セルが収まる四角形領域のサイズをピクセル単位で取得します。 (継承元 DataGridViewCell) |
ReadOnly |
ヘッダー セルが読み取り専用かどうかを示す値を取得します。 (継承元 DataGridViewHeaderCell) |
Resizable |
セルのサイズを変更できるかどうかを示す値を取得します。 (継承元 DataGridViewHeaderCell) |
RowIndex |
セルの親行のインデックスを取得します。 (継承元 DataGridViewCell) |
Selected |
セルが選択されているかどうかを示す値を取得または設定します。 (継承元 DataGridViewHeaderCell) |
Size |
セルのサイズを取得します。 (継承元 DataGridViewCell) |
SortGlyphDirection |
表示されている並べ替えグリフを示す値を取得または設定します。 |
State |
要素のユーザー インターフェイス (UI) の状態を取得します。 (継承元 DataGridViewElement) |
Style |
セルのスタイルを取得または設定します。 (継承元 DataGridViewCell) |
Tag |
セルに関する補足的なデータを格納するオブジェクトを取得または設定します。 (継承元 DataGridViewCell) |
ToolTipText |
このセルに関連付けられているツールヒント テキストを取得または設定します。 (継承元 DataGridViewCell) |
Value |
このセルに関連付けられている値を取得または設定します。 (継承元 DataGridViewCell) |
ValueType |
セルに格納されている値の型を取得します。 (継承元 DataGridViewHeaderCell) |
Visible |
セルを表示するかどうかを示す値を取得します。 (継承元 DataGridViewHeaderCell) |
メソッド
適用対象
こちらもご覧ください
.NET