BCGControlBar Library for .NET
ActiveCategory Property




Specifies the CategoryPanel which is active at the moment.
Syntax
'Declaration
 
Public Property ActiveCategory As CategoryPanel
'Usage
 
Dim instance As RibbonControl
Dim value As CategoryPanel
 
instance.ActiveCategory = value
 
value = instance.ActiveCategory
public CategoryPanel ActiveCategory {get; set;}
public: __property CategoryPanel* get_ActiveCategory();
public: __property void set_ActiveCategory( 
   CategoryPanel* value
);
public:
property CategoryPanel^ ActiveCategory {
   CategoryPanel^ get();
   void set (    CategoryPanel^ 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

RibbonControl Class
RibbonControl Members

Send Feedback