[]
This class allows you to add borders to a C1ToolBar object.
[TypeConverter(typeof(C1Border.BorderTypeConverter))]
public class C1Border
Name | Description |
---|---|
C1Border() | Initializes a new instance of the C1Border class. |
C1Border(Control) | Initializes a new instance of the C1Border class. |
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. |
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. |