BCGControlBar Library for .NET
FillTabsArea Method




Syntax
'Declaration
 
Protected Overridable Sub FillTabsArea( _
   ByVal graphics As Graphics, _
   ByVal rectTabs As Rectangle _
) 
'Usage
 
Dim instance As BackstageTabControl
Dim graphics As Graphics
Dim rectTabs As Rectangle
 
instance.FillTabsArea(graphics, rectTabs)
protected virtual void FillTabsArea( 
   Graphics graphics,
   Rectangle rectTabs
)
protected: virtual void FillTabsArea( 
   Graphics* graphics,
   Rectangle rectTabs
) 
protected:
virtual void FillTabsArea( 
   Graphics^ graphics,
   Rectangle rectTabs
) 

Parameters

graphics
rectTabs
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

BackstageTabControl Class
BackstageTabControl Members

Send Feedback