バージョン

DrawComboButton(UIElementDrawParams,Rectangle,Rectangle,ButtonState) メソッド

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

パラメータ

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

戻り値の型

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