Class GroupBox
GroupBox control
public class GroupBox : Control, ICloneable
- Inheritance
-
GroupBox
- Implements
- Inherited Members
- Extension Methods
Constructors
GroupBox()
public GroupBox()
Fields
ColorBorder
public XColor ColorBorder
Field Value
ColorFill
public XColor ColorFill
Field Value
Properties
BorderColor
The color of the border of the group box
public Color BorderColor { get; set; }
Property Value
FillColor
The background color of the group box
public Color FillColor { get; set; }