PaintTabStripBackground Method (EnhancedInterfaceRenderer)
In This Topic
Paints the background of the tab strip.
Syntax
'Declaration
Public Sub PaintTabStripBackground( _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As TabStripPlacement _
)
'Usage
Dim instance As EnhancedInterfaceRenderer
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim placement As TabStripPlacement
instance.PaintTabStripBackground(g, x, y, width, height, placement)
public void PaintTabStripBackground(
Graphics ,
int ,
int ,
int ,
int ,
TabStripPlacement
)
Parameters
- g
- Graphics device interface for painting the tab strip
- x
- X-coordinate
- y
- Y-coordinate
- width
- Width, in pixels
- height
- Height, in pixels
- placement
- Location of the tab strip
See Also