[]
Paints the tab sheet.
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 object. |
int | sheet | Index of sheetView. |
string | text | Text to paint. |
int | x | X-coordinate. |
int | y | Y-coordinate. |
int | width | Width. |
int | height | Height. |
bool | mouseOver | Specifies whether the mouse is over the sheet. |
bool | focused | Specifies whether the sheet has focus. |
TabStripPlacement | placement | Tap strip placement. |
bool | isLeftToRight | Specifies whether it paints from left to right. |
bool | enabled | Specifies whether the sheet is enabled. |
Font | font | Font. |
Font | activeFont | The active font. |