BCGControlBar Library for .NET
GetTabFrameSize Method




Specifies the TabStripStyle associated with tab item to get the size of the frame.
Specifies the current Visual Style.
Gets a border width of the tab item on the tab strip with specified tabstripStyle and VisualStyle.
Syntax
'Declaration
 
Public Overridable Function GetTabFrameSize( _
   ByVal tabStripStyle As TabStripStyle, _
   ByVal visualStyle As VisualStyle _
) As Integer
'Usage
 
Dim instance As TabDrawManager
Dim tabStripStyle As TabStripStyle
Dim visualStyle As VisualStyle
Dim value As Integer
 
value = instance.GetTabFrameSize(tabStripStyle, visualStyle)
public virtual int GetTabFrameSize( 
   TabStripStyle tabStripStyle,
   VisualStyle visualStyle
)
public: virtual int GetTabFrameSize( 
   TabStripStyle tabStripStyle,
   VisualStyle visualStyle
) 
public:
virtual int GetTabFrameSize( 
   TabStripStyle tabStripStyle,
   VisualStyle visualStyle
) 

Parameters

tabStripStyle
Specifies the TabStripStyle associated with tab item to get the size of the frame.
visualStyle
Specifies the current Visual Style.
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