DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.DefaultAction プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject の既定のアクションを説明する文字列を取得します。
public:
virtual property System::String ^ DefaultAction { System::String ^ get(); };
public override string DefaultAction { get; }
member this.DefaultAction : string
Public Overrides ReadOnly Property DefaultAction As String
プロパティ値
の既定のアクション DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject
例外
.NET 5 以降のバージョン: プロパティは Owner です null
。
注釈
が DataGridViewColumnHeaderCell プロパティ値 Automaticの列SortModeに属している場合、このプロパティは文字列 "Press to sort column" を返します。 コントロールの SelectionMode プロパティの値が DataGridView または ColumnHeaderSelectのFullColumnSelect場合、このプロパティは文字列 "Press to select column" を返します。 これらの条件のいずれも存在しない場合、または DataGridViewColumnHeaderCell が現在列に属していない場合、このプロパティは を返します Empty。
適用対象
こちらもご覧ください
.NET