PowerTools SPREAD for Windows Forms 8.0J
PaintButton メソッド (IInterfaceRenderer)


タブストリップのグラフィックデバイスインタフェース
x座標
y座標
幅(ピクセル単位)
高さ(ピクセル単位)
レンダリングするボタン
マウスがシートタブの上に置かれているかどうか
シートタブが押されているかどうか
レイアウトが左から右かどうか
シートタブが有効かどうか
タブストリップボタンを描画します。
構文
'Declaration
 
Sub PaintButton( _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal button As TabStripButton, _
   ByVal mouseOver As Boolean, _
   ByVal pressed As Boolean, _
   ByVal isLeftToRight As Boolean, _
   ByVal enabled As Boolean _
) 
'使用法
 
Dim instance As IInterfaceRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim button As TabStripButton
Dim mouseOver As Boolean
Dim pressed As Boolean
Dim isLeftToRight As Boolean
Dim enabled As Boolean
 
instance.PaintButton(g, x, y, width, height, button, mouseOver, pressed, isLeftToRight, enabled)
void PaintButton( 
   Graphics g,
   int x,
   int y,
   int width,
   int height,
   TabStripButton button,
   bool mouseOver,
   bool pressed,
   bool isLeftToRight,
   bool enabled
)

パラメータ

g
タブストリップのグラフィックデバイスインタフェース
x
x座標
y
y座標
width
幅(ピクセル単位)
height
高さ(ピクセル単位)
button
レンダリングするボタン
mouseOver
マウスがシートタブの上に置かれているかどうか
pressed
シートタブが押されているかどうか
isLeftToRight
レイアウトが左から右かどうか
enabled
シートタブが有効かどうか
参照

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

 

 


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