[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatInterfaceRenderer.PaintButton

PaintButton Method

PaintButton(Graphics, int, int, int, int, TabStripButton, bool, bool, bool, bool)

Paints the button.

Declaration
public void PaintButton(Graphics g, int x, int y, int width, int height, TabStripButton button, bool mouseOver, bool pressed, bool isLeftToRight, bool enabled)
Public Sub PaintButton(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, button As TabStripButton, mouseOver As Boolean, pressed As Boolean, isLeftToRight As Boolean, enabled As Boolean)
Parameters
Type Name Description
Graphics g

Graphics object.

int x

X-coordinate.

int y

Y-coordinate.

int width

Width.

int height

Height.

TabStripButton button

Tab strip button.

bool mouseOver

Specifies whether mouse is over.

bool pressed

Specifies whether it is pressed.

bool isLeftToRight

Specifies whether to paint from left to right.

bool enabled

Specifies whether it is enabled.

Implements