バージョン

DrawGroupByBox メソッド

グループのフレームをボックスで描画します。
シンタックス
'宣言
 
Public Function DrawGroupByBox( _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle, _
   ByVal enabled As Boolean _
) As Boolean
public bool DrawGroupByBox( 
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect,
   bool enabled
)

パラメータ

drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
長方形
clipRect
クリップ四角形。
enabled
要素が有効かどうかを示すブール値。

戻り値の型

メソッドによってテーマ項目を描画できたかどうかを示すブール値。
参照