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
|
|
Syntax
string Text;
Description
contains the text of the menu entry.
Syntax
string CommandURL;
Description
contains the command URL for the menu entry.
Syntax
string HelpURL;
Description
contains the a URL that points to a help text.
Syntax
com::sun::star::awt::XBitmap Image;
Description
contains the menu item image.
Syntax
com::sun::star::container::XIndexContainer SubContainer;
Description
contains a sub menu.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.