BCGControlBar Library for .NET
CommandsList Property




Specifies a set of commands from the RibbonCustomizeGroup which should be added to QAT.
Syntax
'Declaration
 
Public ReadOnly Property CommandsList As CollectionWithEvents
'Usage
 
Dim instance As RibbonCustomizeGroup
Dim value As CollectionWithEvents
 
value = instance.CommandsList
public CollectionWithEvents CommandsList {get;}
public: __property CollectionWithEvents* get_CommandsList();
public:
property CollectionWithEvents^ CommandsList {
   CollectionWithEvents^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RibbonCustomizeGroup Class
RibbonCustomizeGroup Members

Send Feedback