BCGControlBar Library for .NET
OnDrawTabItemFrame Method




The index of the tab item in tab item collection to draw a frame around.
Called by the framework on painting tab items on the tab strip. Draws a frame around tab item from the TabCollection with the specified index.
Syntax
'Declaration
 
Public Overridable Sub OnDrawTabItemFrame( _
   ByVal tabItemIndex As Integer _
) 
'Usage
 
Dim instance As TabDrawManager
Dim tabItemIndex As Integer
 
instance.OnDrawTabItemFrame(tabItemIndex)
public virtual void OnDrawTabItemFrame( 
   int tabItemIndex
)
public: virtual void OnDrawTabItemFrame( 
   int tabItemIndex
) 
public:
virtual void OnDrawTabItemFrame( 
   int tabItemIndex
) 

Parameters

tabItemIndex
The index of the tab item in tab item collection to draw a frame around.
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