BCGControlBar Library for .NET
OnDrawItemContent Method




The index of the tab item in tab item collection to draw a content.
Called by the framework on painting tab items on the tab strip. Calculates a layout and draws a tab image and a text within the tab item from the TabCollection with the specified index.
Syntax
'Declaration
 
Public Overridable Sub OnDrawItemContent( _
   ByVal tabItemIndex As Integer _
) 
'Usage
 
Dim instance As TabDrawManager
Dim tabItemIndex As Integer
 
instance.OnDrawItemContent(tabItemIndex)
public virtual void OnDrawItemContent( 
   int tabItemIndex
)
public: virtual void OnDrawItemContent( 
   int tabItemIndex
) 
public:
virtual void OnDrawItemContent( 
   int tabItemIndex
) 

Parameters

tabItemIndex
The index of the tab item in tab item collection to draw a content.
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 Class
TabDrawManager Members

Send Feedback