LibreOffice
LibreOffice 24.2 SDK API Reference
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::NamedValueArguments
 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

◆ Arguments

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 command and control.

◆ Command

string Command

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


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