service ActionTrigger in module com::sun::star::ui::

(Global Index)

Syntax

service ActionTrigger;

Description

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

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

Property Summary

Text contains the text of the menu entry.

CommandURL contains the command URL for the menu entry.

HelpURL contains the a URL that points to a help text.

Image contains the menu item image.

SubContainer contains a sub menu.

Property Details



Text

Syntax

string Text;

Description

contains the text of the menu entry.


CommandURL

Syntax

string CommandURL;

Description

contains the command URL for the menu entry.


HelpURL [ O P T I O N A L ]

Syntax

string HelpURL;

Description

contains the a URL that points to a help text.


Image

Syntax

com::sun::star::awt::XBitmap Image;

Description

contains the menu item image.


SubContainer

Syntax

com::sun::star::container::XIndexContainer SubContainer;

Description

contains a sub menu.

Top of Page