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

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

参照

MdiChildTabRenderer クラス
MdiChildTabRenderer メンバ

Send Feedback