PowerTools PlusPak for Windows Forms 8.0J
GetDisplayRectangleWithClientRectangle メソッド (LeftCutTabRenderer)

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

パラメータ

clientRectangle
タブのクライアント矩形を示す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

参照

LeftCutTabRenderer クラス
LeftCutTabRenderer メンバ

Send Feedback