BCGControlBar Library for .NET
RepositionActiveCategory Method




Sets new boundaries of the active CategoryPanel.
Syntax
'Declaration
 
Public Function RepositionActiveCategory() As Integer
'Usage
 
Dim instance As RibbonControl
Dim value As Integer
 
value = instance.RepositionActiveCategory()
public int RepositionActiveCategory()
public: int RepositionActiveCategory(); 
public:
int RepositionActiveCategory(); 

Return Value

The height of the active CategoryPanel.
Remarks
Called by the framework on activation any TabComandObject on the RibbonControl or adjusting the layout of it's interior.
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