PowerTools PlusPak for Windows Forms 8.0J
GetCaptionRectangleWithClientRectangle メソッド (TabRenderer)

タブのクライアント矩形を示すSystem.Drawing.Rectangleの値。
タブのキャプションのマージンを示すGrapeCity.Win.Common.Marginsの値。
タブの配置方法を示すSystem.Windows.Forms.TabAlignmentの値。
クライアント矩形を含む、タブのキャプション矩形を取得します。
構文
Public Overridable Function GetCaptionRectangleWithClientRectangle( _
   ByVal clientRectangle As Rectangle, _
   ByVal captionMargins As Margins, _
   ByVal alignment As TabAlignment _
) As Rectangle
public virtual Rectangle GetCaptionRectangleWithClientRectangle( 
   Rectangle clientRectangle,
   Margins captionMargins,
   TabAlignment alignment
)

パラメータ

clientRectangle
タブのクライアント矩形を示すSystem.Drawing.Rectangleの値。
captionMargins
タブのキャプションのマージンを示すGrapeCity.Win.Common.Marginsの値。
alignment
タブの配置方法を示すSystem.Windows.Forms.TabAlignmentの値。

戻り値の型

タブのキャプションのマージンを示す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