ComponentOne Menus and Toolbars for WinForms
DrawThemedBox(Graphics,Rectangle,Brush,Color,Color,Color,Int32,TabAlignment,Boolean) Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command.Docking.Drawing Namespace > BoxRenderer Class > DrawThemedBox Method : DrawThemedBox(Graphics,Rectangle,Brush,Color,Color,Color,Int32,TabAlignment,Boolean) Method
Syntax
'Declaration
 
Public Overloads Sub DrawThemedBox( _
   ByVal g As System.Drawing.Graphics, _
   ByVal r As System.Drawing.Rectangle, _
   ByVal b As System.Drawing.Brush, _
   ByVal borderColor As System.Drawing.Color, _
   ByVal borderColor2 As System.Drawing.Color, _
   ByVal borderColor3 As System.Drawing.Color, _
   ByVal corners As System.Integer, _
   ByVal orientation As System.Windows.Forms.TabAlignment, _
   ByVal skipBottomBorders As System.Boolean _
) 
public void DrawThemedBox( 
   System.Drawing.Graphics g,
   System.Drawing.Rectangle r,
   System.Drawing.Brush b,
   System.Drawing.Color borderColor,
   System.Drawing.Color borderColor2,
   System.Drawing.Color borderColor3,
   System.int corners,
   System.Windows.Forms.TabAlignment orientation,
   System.bool skipBottomBorders
)

Parameters

g
r
b
borderColor
borderColor2
borderColor3
corners
orientation
skipBottomBorders
See Also

Reference

BoxRenderer Class
BoxRenderer Members
Overload List