[]
Paints the special insert sheet tab.
public void PaintSpecialSheetTab(Graphics g, int x, int y, int width, int height, bool mouseOver, TabStripPlacement placement, 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, placement As TabStripPlacement, isLeftToRight As Boolean, enabled As Boolean, font As Font, activeFont As Font)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the tab strip |
int | x | X-coordinate |
int | y | Y-coordinate |
int | width | Width, in pixels |
int | height | Height, in pixels |
bool | mouseOver | Whether the mouse is over the sheet tab |
TabStripPlacement | placement | Placement |
bool | isLeftToRight | Whether the orientation is left to right |
bool | enabled | Whether the sheet tab is enabled |
Font | font | Font for sheet tab when not selected |
Font | activeFont | Font for sheet tab when selected |