NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyGrid.ContextMenuDefaultLocation

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;

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace