'Declaration Public Sub DrawThemedDivider( _ ByVal g As System.Drawing.Graphics, _ ByVal r As System.Drawing.Rectangle, _ ByVal borderColor As System.Drawing.Color, _ ByVal orientation As System.Windows.Forms.TabAlignment, _ ByVal rightToLeft As System.Boolean _ )
public void DrawThemedDivider( System.Drawing.Graphics g, System.Drawing.Rectangle r, System.Drawing.Color borderColor, System.Windows.Forms.TabAlignment orientation, System.bool rightToLeft )
Parameters
- g
- A System.Drawing.Graphics object that encapsulates a GDI+ drawing surface.
- r
- The rectangle area to paint.
- borderColor
- The color of the border of the rectangle.
- orientation
- A System.Windows.Forms.TabAlignment structure that specifies the locations of the tabs in a tab control.
- rightToLeft
- A boolean flag that indicates whether the divider should be drawn on the right side.