PaintTabStripBackground Method (FlatInterfaceRenderer)
In This Topic
Paints the tab strip background.
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 FlatInterfaceRenderer
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 object.
- x
- X-coordinate.
- y
- Y-coordinate.
- width
- Width.
- height
- Height.
- placement
- Tap strip placement.
See Also