Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: drafts :: 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.
IsEnabled determins whether the menu entry is enabled.
IsCheckable determines whether the menu entry shows a check mark.
IsRadioCheck determines whether the menu entry unchecks neighbor entries which have the ::IsRadioCheck property set.
Image contains the menu item image.
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.
IsEnabled
boolean IsEnabled;
Description
determins whether the menu entry is enabled.
IsCheckable
boolean IsCheckable;
Description
determines whether the menu entry shows a check mark.
IsRadioCheck
boolean IsRadioCheck;
Description
determines whether the menu entry unchecks neighbor entries which have the ::IsRadioCheck property set.
Image
::com::sun::star::awt::XBitmap Image;
Description
contains the menu item image.

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.