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

unpublished struct Verb
Usage Restrictions
not published
Description
describes a command that can be send to an OLE object

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

Since
OOo 2.0

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