open([position], [invoker])
Class: RadioButtonMenuItem. Method inherited from MenuItem.
Description:
Opens this menu item and all of its parent menus or context menu.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
|
|
object |
null |
Example: {x: 100, y: 100}. Use only when root ancestor of this item is ContextMenu, to specify position where to position the ContextMenu. If invoker is specified, then position is relative to position of invoker component, otherwise it's a screen position. |
|
|
object |
null |
Used to set invoker if the context menu isn't assigned to any object and you want to be able to get invoker by using "invoker" getter. |
Returns:
Returns this MenuItem instance.
Type: MenuItem
