Solid Edge Framework Type Library
ShowPopup Method
Specifies in pixels the x coordinate for the location of the shortcut relative to the left side of the screen. If this argument is omitted, the current x coordinate of the pointer is used.
Specifies in pixels the y coordinate for the location of the shortcut relative to the top of the screen. If this argument is omitted, the current y coordinate of the pointer is used.
Description
Displays the referenced command bar as a shortcut menu at the specified coordinates or at the current pointer location.
Syntax
Visual Basic
Public Function ShowPopup( _
   Optional ByVal x As Variant, _
   Optional ByVal y As Variant _
) As HResult
Parameters
x
Specifies in pixels the x coordinate for the location of the shortcut relative to the left side of the screen. If this argument is omitted, the current x coordinate of the pointer is used.
y
Specifies in pixels the y coordinate for the location of the shortcut relative to the top of the screen. If this argument is omitted, the current y coordinate of the pointer is used.
See Also

ISECommandBar Object  | ISECommandBar Members

Send comments on this topic.