Returns a default location for showing the context menu. This location is the center of the active property label in the grid, and is used useful to position the context menu when the menu is invoked via the keyboard.
[Visual Basic] Public ReadOnly Property ContextMenuDefaultLocation As Point [C#] public Point ContextMenuDefaultLocation {get;} [C++] public: __property Point get_ContextMenuDefaultLocation(); [JScript] public function get ContextMenuDefaultLocation() : Point;
PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace