BCGControlBar Library for .NET
RibbonGroupsInitialized Property




Indicates a value whether the function InitializeCustomizePanel from RibbonCustomizeForm related to this RibbonGroupManager was executed.
Syntax
'Declaration
 
Public Property RibbonGroupsInitialized As Boolean
'Usage
 
Dim instance As RibbonGroupManager
Dim value As Boolean
 
instance.RibbonGroupsInitialized = value
 
value = instance.RibbonGroupsInitialized
public bool RibbonGroupsInitialized {get; set;}
public: __property bool get_RibbonGroupsInitialized();
public: __property void set_RibbonGroupsInitialized( 
   bool value
);
public:
property bool RibbonGroupsInitialized {
   bool get();
   void set (    bool value);
}
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

RibbonGroupManager Class
RibbonGroupManager Members

Send Feedback