:: com :: sun :: star :: frame :: status ::
|
|
|
- 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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.