バージョン

DrawSmallCloseButton メソッド

小さいウィンドウキャプションのテーマ化された閉じるボタンを描画します。
シンタックス
'宣言
 
Public Function DrawSmallCloseButton( _
   ByVal buttonState As UIElementButtonState, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) As Boolean
public bool DrawSmallCloseButton( 
   UIElementButtonState buttonState,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect
)

パラメータ

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

戻り値の型

テーマ化された項目を描画できたかどうか示すブール値。
参照