PropertyGrid.ContextMenuDefaultLocation 속성

정의

바로 가기 메뉴의 기본 위치를 가져옵니다.

public:
 property System::Drawing::Point ContextMenuDefaultLocation { System::Drawing::Point get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point ContextMenuDefaultLocation { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContextMenuDefaultLocation : System.Drawing.Point
Public ReadOnly Property ContextMenuDefaultLocation As Point

속성 값

Point

명령이 호출될 경우의 바로 가기 메뉴에 대한 기본 위치입니다. 일반적으로 선택한 속성의 상단 중앙에 위치합니다.

특성

설명

바로 가기 메뉴 위치는 표에서 활성 속성 레이블의 중심입니다. 키보드를 사용하여 메뉴를 호출할 때 이 정보를 사용하여 바로 가기 메뉴를 배치할 수 있습니다.

적용 대상