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

System.Drawing.Rectangleの値はタブのクライアント矩形を示します。
クライアント矩形を含む、タブのフォーカス矩形を取得します。
構文
Public Overridable Function GetFocusRectangle( _
   ByVal clientRectangle As Rectangle _
) As Rectangle
public virtual Rectangle GetFocusRectangle( 
   Rectangle clientRectangle
)

パラメータ

clientRectangle
System.Drawing.Rectangleの値はタブのクライアント矩形を示します。

戻り値の型

System.Drawing.Rectangleの値はタブのフォーカス矩形を示します。
プラットフォーム

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

参照

TabRenderer クラス
TabRenderer メンバ

Send Feedback