NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabBase.GetTabRect

Retrieves the bounding rectangle for the given tab in the tab strip.

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

Parameters

index
Index to get the bouding rect for

Return Value

Rectangle with said bounding rect

See Also

TabBase Class | TabBase Members | System.WinForms Namespace