ActiveReports for .NET 18.0J
DrawButton メソッド

GrapeCity.ActiveReports.Design.DdrDesigner.ReportViewerWinForms.UI 名前空間 > IControlRendering インターフェース : DrawButton メソッド
描画するGraphicsオブジェクト。
ボタンの寸法を表す境界。
ボタンに描画する画像。
ボタンが押されました。
ボタンがフォーカスされています。
マウスポインタがボタンの上にあります。
ボタンが有効になります。
ボタンコントロールを描画します。
シンタックス
'宣言
 
Sub DrawButton( _
   ByVal graphics As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal image As Image, _
   ByVal isPressed As Boolean, _
   ByVal isFocused As Boolean, _
   ByVal isMouseOverButton As Boolean, _
   ByVal enabled As Boolean, _
   ByVal flat As Boolean, _
   ByVal controlColors As ControlColors _
) 

パラメータ

graphics
描画するGraphicsオブジェクト。
bounds
ボタンの寸法を表す境界。
image
ボタンに描画する画像。
isPressed
ボタンが押されました。
isFocused
ボタンがフォーカスされています。
isMouseOverButton
マウスポインタがボタンの上にあります。
enabled
ボタンが有効になります。
flat
controlColors
参照

IControlRendering インターフェース
IControlRendering メンバ