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


タブストリップを描画するためのグラフィックデバイスインタフェース
x座標
y座標
幅(ピクセル単位)
高さ(ピクセル単位)
レンダリングするボタン
マウスがボタンの上に置かれているかどうか
ボタンが押されているかどうか
レイアウトが左から右かどうか
シートタブが有効かどうか
タブストリップボタンを描画します。
構文
'Declaration
 
Public 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 GradientInterfaceRenderer
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)
public 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
シートタブが有効かどうか
参照

GradientInterfaceRenderer クラス
GradientInterfaceRenderer メンバ

 

 


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