PowerTools PlusPak for Windows Forms 8.0J
GetTabRect メソッド

任意のタブの0から始まるインデックス。
このタブコントロール内の指定したタブの境界矩形を返します。
構文
Public Function GetTabRect( _
   ByVal index As Integer _
) As Rectangle
public Rectangle GetTabRect( 
   int index
)

パラメータ

index
任意のタブの0から始まるインデックス。

戻り値の型

指定したタブの境界を表すSystem.Drawing.Rectangle
例外
例外解説
System.ArgumentOutOfRangeExceptionindexは0〜ページ数 - 1の範囲にある必要があります。
プラットフォーム

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

参照

GcTabControl クラス
GcTabControl メンバ

Send Feedback