:: com :: sun :: star :: embed ::

struct VerbDescriptor
Description
describes a verb.

Elements' Summary
VerbID specifies the id of the verb.  
VerbName specifies the name of the verb.  
VerbFlags specifies the flags that are set for the verb.  
VerbAttributes specifies the attributes of the verb.  
Elements' Details
VerbID
long VerbID;
Description
specifies the id of the verb.
VerbName
string VerbName;
Description
specifies the name of the verb.
VerbFlags
long VerbFlags;
Description
specifies the flags that are set for the verb.

The flags can be used to build the verb's menu.

VerbAttributes
long VerbAttributes;
Description
specifies the attributes of the verb.

It can take values from VerbAttributes.

Top of Page