Paints the tab strip background.
Syntax
'Declaration
Sub PaintTabStripBackground( _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As TabStripPlacement _
)
'Usage
Dim instance As IInterfaceRenderer
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)
void PaintTabStripBackground(
Graphics ,
int ,
int ,
int ,
int ,
TabStripPlacement
)
Parameters
- g
- Graphics device interface for painting the tab strip background
- x
- Near X-coordinate
- y
- Top Y-coordinate
- width
- height
- placement
See Also