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

속성 값

명령이 호출되는 경우 바로 가기 메뉴의 기본 위치입니다. 일반적으로 이 속성은 선택한 속성보다 가운데에 배치됩니다.

특성

설명

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

적용 대상