Wimark.Controls Class Library  

TabControl.GetTabRect Method

Returns the bounding rectangle for a specified tab in this 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

TabControl Class | TabControl Members | Wimark.Controls Namespace