PowerTools PlusPak for Windows Forms 8.0J
DrawTabSpace メソッド (TabRenderer)

描画するSystem.Drawing.Graphicsオブジェクト。
System.Drawing.Rectangleの値はスペースの矩形を示します。
System.Windows.Forms.TabAlignmentの値は各タブの配置方法を示します。
タブ同士の間のスペースを描画します。
構文
Public Overridable Sub DrawTabSpace( _
   ByVal graphics As Graphics, _
   ByVal spaceRectangle As Rectangle, _
   ByVal alignment As TabAlignment _
) 
public virtual void DrawTabSpace( 
   Graphics graphics,
   Rectangle spaceRectangle,
   TabAlignment alignment
)

パラメータ

graphics
描画するSystem.Drawing.Graphicsオブジェクト。
spaceRectangle
System.Drawing.Rectangleの値はスペースの矩形を示します。
alignment
System.Windows.Forms.TabAlignmentの値は各タブの配置方法を示します。
プラットフォーム

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

参照

TabRenderer クラス
TabRenderer メンバ

Send Feedback