'Declaration
Public Sub DrawThemedDivider( _ ByVal g As Graphics, _ ByVal r As Rectangle, _ ByVal borderColor As Color, _ ByVal orientation As TabAlignment, _ ByVal rightToLeft As Boolean _ )
public void DrawThemedDivider( Graphics g, Rectangle r, Color borderColor, TabAlignment orientation, 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.