DataGridViewRowHeaderCell.GetInheritedContextMenuStrip(Int32) 方法

定义

检索指定行的继承快捷菜单。

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,则为行的 ContextMenuStrip;否则为从 DataGridView 继承的。

例外

该单元格的 DataGridView 属性的值不为 null,并且指定的 rowIndex 小于 0 或大于控件中的行数减 1。

适用于

另请参阅