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

タブのクライアント矩形を示す System.Drawing.Rectangle 値。
タブのキャプションマージンを示す GrapeCity.Win.Common.Margins 値。
タブの配置を示す System.Windows.Forms.TabAlignment 値。
クライアント矩形からタブのキャプション矩形を取得します。
構文
Public Overrides Function GetCaptionRectangleWithClientRectangle( _
   ByVal clientRectangle As Rectangle, _
   ByVal captionMargins As Margins, _
   ByVal alignment As TabAlignment _
) As Rectangle
public override 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

参照

WebMatrixV3TabRenderer クラス
WebMatrixV3TabRenderer メンバ

Send Feedback