PowerTools SPREAD for Windows Forms 8.0J
DrawCustomButton メソッド (IScrollBarRenderer)


カスタムボタンを描画するためのグラフィックデバイスインタフェース
カスタムボタンを描画するための矩形境界
スクロールバーボタンオブジェクト
カスタムボタンを描画します。
構文
'Declaration
 
Sub DrawCustomButton( _
   ByVal g As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal element As FpScrollBarButton _
) 
'使用法
 
Dim instance As IScrollBarRenderer
Dim g As Graphics
Dim bounds As Rectangle
Dim element As FpScrollBarButton
 
instance.DrawCustomButton(g, bounds, element)
void DrawCustomButton( 
   Graphics g,
   Rectangle bounds,
   FpScrollBarButton element
)

パラメータ

g
カスタムボタンを描画するためのグラフィックデバイスインタフェース
bounds
カスタムボタンを描画するための矩形境界
element
スクロールバーボタンオブジェクト
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.