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

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

パラメータ

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