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

struct DispatchInformation
Description
provides information about a supported command
Since
OOo 2.0
See also
XDispatchInformationProvider, Controller

Elements' Summary
Command command URL of a supported command.  
GroupId group identifier to which the supported command belong.  
Elements' Details
Command
string Command;
Description
command URL of a supported command.
GroupId
short GroupId;
Description
group identifier to which the supported command belong.

See also
CommandGroup

Top of Page