[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatInterfaceRenderer.PaintSpecialSheetTab

PaintSpecialSheetTab Method

PaintSpecialSheetTab(Graphics, int, int, int, int, bool, TabStripPlacement, bool, bool, Font, Font)

Paints the special tab sheet.

Declaration
public void PaintSpecialSheetTab(Graphics g, int x, int y, int width, int height, bool mouseOver, TabStripPlacement placementbStrip, bool isLeftToRight, bool enabled, Font font, Font activeFont)
Public Sub PaintSpecialSheetTab(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, mouseOver As Boolean, placementbStrip As TabStripPlacement, isLeftToRight As Boolean, enabled As Boolean, font As Font, activeFont As Font)
Parameters
Type Name Description
Graphics g

Graphics object.

int x

X-coordinate.

int y

Y-coordinate.

int width

Width.

int height

Height.

bool mouseOver

Specifies whether mouse is over.

TabStripPlacement placementbStrip

Tab strip placement.

bool isLeftToRight

Specifies whether to paint from left to right.

bool enabled

Specifies whether the sheet is enabled.

Font font

Font.

Font activeFont

The active font.

Implements