PowerTools PlusPak for Windows Forms 8.0J
DrawTabPanel メソッド

描画表面を示すSystem.Drawing.Graphics
その内部にタブコントロールのパネル要素を描画する境界を示すSystem.Drawing.Rectangle
タブの配置を示すSystem.Windows.Forms.TabAlignment値。
指定した境界と描画表面にタブコントロールのパネル要素を描画します。
構文
Public Sub DrawTabPanel( _
   ByVal graphics As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal alignment As TabAlignment _
) 
public void DrawTabPanel( 
   Graphics graphics,
   Rectangle bounds,
   TabAlignment alignment
)

パラメータ

graphics
描画表面を示すSystem.Drawing.Graphics
bounds
その内部にタブコントロールのパネル要素を描画する境界を示す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

参照

Office2007TabRenderer クラス
Office2007TabRenderer メンバ

Send Feedback