[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatInterfaceRenderer.PaintTabStripBackground

PaintTabStripBackground Method

PaintTabStripBackground(Graphics, int, int, int, int, TabStripPlacement)

Paints the tab strip background.

Declaration
public void PaintTabStripBackground(Graphics g, int x, int y, int width, int height, TabStripPlacement placement)
Public Sub PaintTabStripBackground(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, placement As TabStripPlacement)
Parameters
Type Name Description
Graphics g

Graphics object.

int x

X-coordinate.

int y

Y-coordinate.

int width

Width.

int height

Height.

TabStripPlacement placement

Tap strip placement.

Implements