PaintSpecialSheetTab Method (IEnhancedInterfaceRenderer)
In This Topic
Paints the special insert sheet tab.
Syntax
'Declaration
Sub PaintSpecialSheetTab( _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As TabStripPlacement, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Font, _
ByVal As Font, _
ByVal As Image _
)
'Usage
Dim instance As IEnhancedInterfaceRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim mouseOver As Boolean
Dim placementbStrip As TabStripPlacement
Dim isLeftToRight As Boolean
Dim enabled As Boolean
Dim font As Font
Dim activeFont As Font
Dim newSheetImage As Image
instance.PaintSpecialSheetTab(g, x, y, width, height, mouseOver, placementbStrip, isLeftToRight, enabled, font, activeFont, newSheetImage)
void PaintSpecialSheetTab(
Graphics ,
int ,
int ,
int ,
int ,
bool ,
TabStripPlacement ,
bool ,
bool ,
Font ,
Font ,
Image
)
Parameters
- g
- Graphics device interface for painting the sheet tab
- x
- X-coordinate
- y
- Y-coordinate
- width
- Width, in pixels
- height
- Height, in pixels
- mouseOver
- Whether mouse is over the sheet tab
- placementbStrip
- Location of the tab strip
- isLeftToRight
- Whether the sheet is oriented left-to-right
- enabled
- Whether the sheet is enabled
- font
- Font for sheet tab when not selected
- activeFont
- Font for sheet tab when selected
- newSheetImage
- Image for insert sheet tab
See Also