[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatInterfaceRenderer.PaintSheetTabPartial

PaintSheetTabPartial Method

PaintSheetTabPartial(Graphics, int, string, int, int, int, int, bool, bool, TabStripPlacement, bool, bool, Font, Font)

Paints a partial tab sheet.

Declaration
public void PaintSheetTabPartial(Graphics g, int sheet, string text, int x, int y, int width, int height, bool mouseOver, bool focused, TabStripPlacement placement, bool isLeftToRight, bool enabled, Font font, Font activeFont)
Public Sub PaintSheetTabPartial(g As Graphics, sheet As Integer, text As String, x As Integer, y As Integer, width As Integer, height As Integer, mouseOver As Boolean, focused As Boolean, placement As TabStripPlacement, isLeftToRight As Boolean, enabled As Boolean, font As Font, activeFont As Font)
Parameters
Type Name Description
Graphics g

Graphics object.

int sheet

Index of sheetView.

string text

Text to paint.

int x

X-coordinate.

int y

Y-coordinate.

int width

Width.

int height

Height.

bool mouseOver

Specifies whether mouse is over.

bool focused

Specifies whether it is focused.

TabStripPlacement placement

Tab strip placement.

bool isLeftToRight

Specifies whether to paint from left to right.

bool enabled

Specifies whether it is enabled.

Font font

Font.

Font activeFont

The active font.

Implements