|
Syntax
- oneway void insertSeparator
(
- short nPos );
Description
inserts a separator at the specified position.
Syntax
- oneway void setDefaultItem
(
- short nItemId );
Description
sets the menu default item.
Syntax
- short getDefaultItem
();
Description
returns the menu default item.
Syntax
- oneway void checkItem
(
- short nItemId,
- boolean bCheck );
Description
set the state of the item to be checked or unchecked.
Syntax
- boolean isItemChecked
(
- short nItemId );
Description
returns whether the item is checked or not checked.
Syntax
- short execute
(
- com::sun::star::awt::XWindowPeer Parent,
- com::sun::star::awt::Rectangle Area,
- short Direction );
Description
executes the popup menu and returns the selected item
or 0 , if cancelled.
|