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보다 큰 경우