バージョン

DrawLine(UIElementDrawParams,Pen,TabOrientation,Rectangle) メソッド

指定した色と場所を使用してタブ線を描画します。
シンタックス
'宣言
 
Protected Overridable Sub DrawLine( _
   ByRef drawParams As UIElementDrawParams, _
   ByVal pen As Pen, _
   ByVal tabOrientation As TabOrientation, _
   ByVal rect As Rectangle _
) 
protected virtual void DrawLine( 
   ref UIElementDrawParams drawParams,
   Pen pen,
   TabOrientation tabOrientation,
   Rectangle rect
)

パラメータ

drawParams
レンダリング情報を提供するために使用される Infragistics.Win.UIElementDrawParams
pen
行を描画するために使用されるペン
tabOrientation
線の位置
rect
描画される線の内側の四角形
参照