Wimark.Controls Class Library  

TabBar.GetTabRect Method

Returns the bounding rectangle for a specified tab in the tab bar control.

[Visual Basic]
Public Function GetTabRect( _
   ByVal index As Integer _
) As Rectangle 
[C#]
public Rectangle GetTabRect( 
   int index 
);
[C++]
public: Rectangle GetTabRect( 
   int index 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TabBar Class | TabBar Members | Wimark.Controls Namespace