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

タブの表示矩形を示す System.Drawing.Rectangle 値。
タブ境界線のマージンを示す GrapeCity.Win.Common.Margins 値。
選択されたタブの増加マージンを示す GrapeCity.Win.Common.Margins 値。
結果の矩形のオフセット距離を示す int 値。
タブの配置を示す System.Windows.Forms.TabAlignment 値。
表示矩形からタブのクライアント矩形を取得します。
構文
Public Overrides Function GetClientRectangleWithDisplayRectangle( _
   ByVal displayRectangle As Rectangle, _
   ByVal borderMargins As Margins, _
   ByVal selectedIncreaseTabMargins As Margins, _
   ByVal offset As Integer, _
   ByVal alignment As TabAlignment _
) As Rectangle

パラメータ

displayRectangle
タブの表示矩形を示す System.Drawing.Rectangle 値。
borderMargins
タブ境界線のマージンを示す GrapeCity.Win.Common.Margins 値。
selectedIncreaseTabMargins
選択されたタブの増加マージンを示す GrapeCity.Win.Common.Margins 値。
offset
結果の矩形のオフセット距離を示す int 値。
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