DataGridViewHeaderCell.GetInheritedContextMenuStrip(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取标头单元格的快捷菜单。
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 或 DataGridViewHeaderCell 分配有快捷菜单,则为 DataGridView;否则为 null
。
注解
DataGridViewHeaderCell如果没有快捷菜单,DataGridViewHeaderCell将从该快捷菜单继承快捷菜单DataGridView。 DataGridView如果它还没有快捷菜单,该方法GetInheritedContextMenuStrip将返回null
。