BCGControlBar Library for .NET
CommandRefs Property




Represents an ArrayList of buttons  to display in the command list on choosing the current RibbonCustomizeGroup  in  RibbonOptionDialog.
Syntax
'Declaration
 
Public ReadOnly Property CommandRefs As ArrayList
'Usage
 
Dim instance As RibbonCustomizeGroup
Dim value As ArrayList
 
value = instance.CommandRefs
public ArrayList CommandRefs {get;}
public: __property ArrayList* get_CommandRefs();
public:
property ArrayList^ CommandRefs {
   ArrayList^ get();
}
Remarks
The buttons from
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