BBjPopupMenu::show
Description
In BBj 4.0 and higher, this method makes a popup menu visible at a specified location relative to a specified control.
Syntax
Return Value |
Method |
void |
show(int context, int ID, int x, int y) |
void |
show(BBjControl control!, int x, int y) |
Parameters
Variable |
Description |
context |
Specifies the context of the window that displays the popup menu. |
ID |
Specifies the control ID of the control that displays the popup menu. |
control! |
Specifies the control that displays the popup menu. Can use control! instead of the numeric context and control parameters. |
x |
Specifies the horizontal location of the upper left corner of the popup menu, relative to the specified control. |
y |
Specifies the vertical location of the upper left corner of the popup menu, relative to the specified control. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.