BCGControlBar Library for .NET
CanAddToCustomizeList Property (MainRibbonButton)




Indicates a value whether the MainRibbonButton can be added to the customize list
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanAddToCustomizeList As Boolean
'Usage
 
Dim instance As MainRibbonButton
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 function returns false by default.
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

MainRibbonButton Class
MainRibbonButton Members
Base Implementation in CanAddToCustomizeList

Send Feedback