| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
describes a command that can be send to an OLE object More...
import"Verb.idl";
Public Attributes | |
| long | VerbId | 
| specifies the Id of the command.  More... | |
| string | VerbName | 
| specifies the name of the command.  More... | |
| boolean | VerbIsOnMenu | 
| specifies if the command should be visible in a menu.  More... | |
| boolean | VerbIsConst | 
| specifies if the command is available for a constant object.  More... | |
describes a command that can be send to an OLE object
For example, this can be used to select a font.
| long VerbId | 
specifies the Id of the command.
| boolean VerbIsConst | 
specifies if the command is available for a constant object.
| boolean VerbIsOnMenu | 
specifies if the command should be visible in a menu.
| string VerbName | 
specifies the name of the command.
The name is localized.
 1.8.14