PowerTools PlusPak for Windows Forms 8.0J
CreateTabRegion メソッド (VS2008TabRenderer)

タブの表示矩形を示すSystem.Drawing.Rectangle値。
タブの配置を示すSystem.Windows.Forms.TabAlignment値。
ストリップ領域を作成します。
構文
Public Overrides Function CreateTabRegion( _
   ByVal displayRectangle As Rectangle, _
   ByVal alignment As TabAlignment _
) As Region
public override Region CreateTabRegion( 
   Rectangle displayRectangle,
   TabAlignment alignment
)

パラメータ

displayRectangle
タブの表示矩形を示すSystem.Drawing.Rectangle値。
alignment
タブの配置を示すSystem.Windows.Forms.TabAlignment値。

戻り値の型

タブの領域を示すSystem.Drawing.Region値。
プラットフォーム

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

参照

VS2008TabRenderer クラス
VS2008TabRenderer メンバ

Send Feedback