[]
Paints the background of the tab strip.
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)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the tab strip background |
int | x | X-coordinate |
int | y | Y-coordinate |
int | width | Width, in pixels |
int | height | Height, in pixels |
TabStripPlacement | placement | Tab strip location |