BCGControlBar Library for .NET
CanAddToCustomizeList Property (ToolbarButtonGroup)




Indicates a value  whether this ToolbarButtonGroup can be added to the Customize List on RibbonOptions Dialog.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanAddToCustomizeList As Boolean
'Usage
 
Dim instance As ToolbarButtonGroup
Dim value As Boolean
 
value = instance.CanAddToCustomizeList
public override bool CanAddToCustomizeList {get;}
public: __property bool get_CanAddToCustomizeList() override;
public:
property bool CanAddToCustomizeList {
   bool get() override;
}
Remarks
The default value is false. You can override this function in the derived class to allow this ToolbarButtonGroup to be added to the customize list.
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

ToolbarButtonGroup Class
ToolbarButtonGroup Members
Base Implementation in CanAddToCustomizeList

Send Feedback