:: com :: sun :: star :: frame ::

unpublished struct ControlCommand
Usage Restrictions
not published
Description
describes a command which can be send to a generic toolbar control.
Since
OOo 2.0.3

Elements' Summary
Command specifies the command which should be processed by the toolbar control.  
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.  
Elements' Details
Command
string Command;
Description
specifies the command which should be processed by the toolbar control.
Arguments
sequence< ::com::sun::star::beans::NamedValue > Arguments;
Description
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.
Top of Page