BCGControlBar Library for .NET
TabDrawManager Class
Members 




Provides the functionality that allows you to control look and feel of the tab items and tab strip control according to the current TabStripStyle. 
Object Model
TabDrawManager Class
Syntax
'Declaration
 
Public Class TabDrawManager 
'Usage
 
Dim instance As TabDrawManager
public class TabDrawManager 
public __gc class TabDrawManager 
public ref class TabDrawManager 
Remarks

 You can get a current TabDrawManager by the property TabStripDrawManager of TabManager class and by the property TabStripDrawManager of the TabControlEx class. In this class the method BuildTabItemRegion specifies the region of tab  depending on its rectangle, dock style, selection and offsets. To fill the background of the tab item by the gradient or  solid color allow  methods OnFillTabItemInterior and related. OnDrawTabItemFrame draws the border for the items from tab collection.

Inheritance Hierarchy

System.Object
   BCGSoft.Controls.TabStrip.TabDrawManager

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

TabDrawManager Members
BCGSoft.Controls.TabStrip Namespace

Send Feedback