LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
Verb Struct 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.
string VerbName
 specifies the name of the command.
boolean VerbIsOnMenu
 specifies if the command should be visible in a menu.
boolean VerbIsConst
 specifies if the command is available for a constant object.

Detailed 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

Member Data Documentation

◆ VerbId

long VerbId

specifies the Id of the command.

◆ VerbIsConst

boolean VerbIsConst

specifies if the command is available for a constant object.

◆ VerbIsOnMenu

boolean VerbIsOnMenu

specifies if the command should be visible in a menu.

◆ VerbName

string VerbName

specifies the name of the command.

The name is localized.


The documentation for this struct was generated from the following file: