In This Topic
Gets or sets the screen coordinates of the menu's center. If the menu is currently invisible (
Visible is false), setting this property throws an exception.
Syntax
'Declaration
Public Property CenterOnScreen As Point
public Point CenterOnScreen {get; set;}
Exceptions
See Also