Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: ui ::

service ActionTrigger

Description
describes a trigger for an (user inter-)action.

Common examples for such triggers are menu entries or toolbar icons.



Properties' Summary

Text contains the text of the menu entry.
CommandURL contains the command URL for the menu entry.
HelpURL [ OPTIONAL ]
contains the a URL that points to a help text.
Image contains the menu item image.
SubContainer contains a sub menu.

Properties' Details

Text
 
string Text;
Description
contains the text of the menu entry.
CommandURL
 
string CommandURL;
Description
contains the command URL for the menu entry.
HelpURL
 
string HelpURL;
[ OPTIONAL ]
Description
contains the a URL that points to a help text.
Image
 
com::sun::star::awt::XBitmap Image;
Description
contains the menu item image.
SubContainer
 
com::sun::star::container::XIndexContainer SubContainer;
Description
contains a sub menu.

Top of Page