バージョン

DrawTabPane メソッド

テーマ化されたタブペインを描画します。
シンタックス
'宣言
 
Public Function DrawTabPane( _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) As Boolean
public bool DrawTabPane( 
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect
)

パラメータ

drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
要素の四角形
clipRect
クリップ四角形

戻り値の型

Systemテーマを使用して要素が描画可能だった場合はTrue。
参照