:: ooo :: vba ::

interface XCommandBarControl
Base Interfaces
XCommandBarControlXHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

XHelperInterface

Methods' Summary
Delete  
Controls  
Attributes' Summary
Caption  
OnAction  
Visible  
Type  
Enabled  
BeginGroup  
Methods' Details
Delete
void
Delete()
raises( ::com::sun::star::script::BasicErrorException );

Controls
any
Controls( [in] any  Index )
raises( ::com::sun::star::script::BasicErrorException );

Attributes' Details
Caption
string Caption;
OnAction
string OnAction;
Visible
boolean Visible;
Type
[ readonly ] long Type;
Enabled
boolean Enabled;
BeginGroup
boolean BeginGroup;
Top of Page