バージョン

DrawExpansionIndicator メソッド

展開インジケーターを描画します。
シンタックス
'宣言
 
Public Function DrawExpansionIndicator( _
   ByVal open As Boolean, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) As Boolean
public bool DrawExpansionIndicator( 
   bool open,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect
)

パラメータ

open
インジケーターが開いているとして描画されるのか、閉じているとして描画されるのかを示すブール値。
drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
要素のRect
clipRect
クリップ四角形。

戻り値の型

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