[]
Paints the sheet tab.
public void PaintSheetTab(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 PaintSheetTab(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)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the tab strip |
int | sheet | Sheet index of sheet tab being rendered |
string | text | Sheet tab text |
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 |
bool | focused | Whether the sheet tab has focus |
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 |