[]
Paints the special tab sheet.
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)
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. |