PaintTabStripBackground Method (IInterfaceRenderer)
Paints the tab strip background.
'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)
Parameters
- g
- Graphics device interface for painting the tab strip background
- x
- Near X-coordinate
- y
- Top Y-coordinate
- width
- height
- placement