DataGridViewColumnHeaderCell::GetInheritedContextMenuStrip Method (Int32)
.NET Framework (current version)
Retrieves the inherited shortcut menu for the specified row.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- rowIndex
-
Type:
System::Int32
The index of the row to get the ContextMenuStrip of. The index must be -1 to indicate the row of column headers.
Return Value
Type: System.Windows.Forms::ContextMenuStrip^The ContextMenuStrip of the column headers if one exists; otherwise, the ContextMenuStrip inherited from DataGridView.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | rowIndex is not -1. |
.NET Framework
Available since 2.0
Available since 2.0
Show: