DataGridViewColumnHeaderCell.GetInheritedContextMenuStrip(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した行の継承されたショートカット メニューを取得します。
public:
override System::Windows::Forms::ContextMenuStrip ^ GetInheritedContextMenuStrip(int rowIndex);
public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip (int rowIndex);
public override System.Windows.Forms.ContextMenuStrip? GetInheritedContextMenuStrip (int rowIndex);
override this.GetInheritedContextMenuStrip : int -> System.Windows.Forms.ContextMenuStrip
Public Overrides Function GetInheritedContextMenuStrip (rowIndex As Integer) As ContextMenuStrip
パラメーター
- rowIndex
- Int32
ContextMenuStrip を取得する行のインデックス。 列ヘッダーの行を示すには、このインデックスが -1 である必要があります。
戻り値
設定されている場合は、列ヘッダーの ContextMenuStrip。設定されていない場合は、ContextMenuStrip から継承された DataGridView。
例外
rowIndex
が -1 ではありません。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET