[]
        
(Showing Draft Content)

C1.Win.C1Command.C1Border

C1Border Class

This class allows you to add borders to a C1ToolBar object.

Inheritance
C1Border
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
[TypeConverter(typeof(C1Border.BorderTypeConverter))]
public class C1Border

Constructors

Name Description
C1Border()

Initializes a new instance of the C1Border class.

C1Border(Control)

Initializes a new instance of the C1Border class.

Properties

Name Description
BottomEdge

Determines whether the border has a bottom edge.

DarkColor

Gets or sets the color of the border.

LeftEdge

Determines whether the border has a left edge.

LightColor

Gets or sets the color of the border.

RightEdge

Determines whether the border has a right edge.

Style

Gets or sets the border style.

TopEdge

Determines whether the border has a top edge.

Width

Gets or sets the border width in pixels.

Methods

Name Description
Draw(Rectangle, Graphics)

This method is for internal use only.

FrameIt(bool)

Sets full border around toolbar or removes border.

IsFrameOff()

Checks if border is not visible.

IsFrameOn()

Checks if border is full and visible.