DataGridViewRowHeaderCell.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 的資料列索引。 此索引必須是 -1,表示資料行行首的資料列。
傳回
資料列的 ContextMenuStrip (如果存在的話),否則為繼承自 ContextMenuStrip 的 DataGridView。
例外狀況
儲存格的 DataGridView 屬性值不是 null
,而且指定的 rowIndex
小於 0 或大於控制項中的資料列數減去 1。