LibreOffice
LibreOffice 5.3 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
ControlCommand Struct Reference

describes a command which can be send to a generic toolbar control. More...

import "ControlCommand.idl";

Public Attributes

string Command
 specifies the command which should be processed by the toolbar control. More...
 
sequence
< com::sun::star::beans::NamedValue
Arguments
 specifies a sequence of named values which are used as argument for the command. More...
 

Detailed Description

describes a command which can be send to a generic toolbar control.

Since
OOo 2.0.3

Member Data Documentation

sequence< com::sun::star::beans::NamedValue > Arguments

specifies a sequence of named values which are used as argument for the command.

The number and type of arguments depend on the the command and control.

string Command

specifies the command which should be processed by the toolbar control.


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