Class GroupBox
GroupBox control
public class GroupBox : Control, ICloneable
- Inheritance
-
objectGroupBox
- Implements
- Inherited Members
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; }
Property Value
Methods
Clone()
Creates a deep copy of this instance.
public override Control Clone()
Returns
CloneFromTo(GroupBox, GroupBox)
Copies all members declared by GroupBox from one instance to another.
protected static void CloneFromTo(GroupBox from, GroupBox to)
Parameters
CloneGroupBox()
Creates a deep copy of this GroupBox instance.
public GroupBox CloneGroupBox()