CommandContextMenu.Show Method (Point, Point, Point, Point)
Shows the popup menu with four preferred locations.
[Visual Basic]Overloads Public Function Show( _
ByVal
topLeft As
Point, _
ByVal
topRight As
Point, _
ByVal
bottomLeft As
Point, _
ByVal
bottomRight As
Point _
) As
CommandBarItem Parameters
- topLeft
- The preferred top-left location, in screen coordinates.
- topRight
- The preferred top-right location, in screen coordinates.
- bottomLeft
- The preferred bottom-left location, in screen coordinates.
- bottomRight
- The perferred bottom-right location, in screen coordinates.
Return Value
See Also
CommandContextMenu Class | NETXP.Controls.Bars Namespace | CommandContextMenu.Show Overload List