バージョン

DrawVisualStudio2005Tab(TabOrientation,Rectangle,UIElementDrawParams,Color,ITabItem) メソッド

VisualStudio2005 スタイルのタブを描画します。
シンタックス
'宣言
 
Protected Overloads Sub DrawVisualStudio2005Tab( _
   ByVal side As TabOrientation, _
   ByVal rect As Rectangle, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal baseColor As Color, _
   ByVal tab As ITabItem _
) 
protected void DrawVisualStudio2005Tab( 
   TabOrientation side,
   Rectangle rect,
   ref UIElementDrawParams drawParams,
   Color baseColor,
   ITabItem tab
)

パラメータ

side
タブを配置する側
rect
タブを囲む四角形
drawParams
レンダリング情報を提供するために使用される Infragistics.Win.UIElementDrawParams
baseColor
境界線の描画に使用する基本色
tab
境界線が描画されるタブ項目
参照