:: com :: sun :: star :: frame :: status ::

unpublished struct Verb
Description
describes a command that can be send to an OLE object

For example, this can be used to select a font.


Elements' Summary
VerbId specifies the Id of the command.  
VerbName specifies the name of the command. The name is localized.  
VerbIsOnMenu specifies if the command should be visible in a menu.  
VerbIsConst specifies if the command is available for a constant object.  
Elements' Details
VerbId
long VerbId;
Description
specifies the Id of the command.
VerbName
string VerbName;
Description
specifies the name of the command. The name is localized.
VerbIsOnMenu
boolean VerbIsOnMenu;
Description
specifies if the command should be visible in a menu.
VerbIsConst
boolean VerbIsConst;
Description
specifies if the command is available for a constant object.
Top of Page