Table of Contents

Class GroupBox

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

GroupBox control

public class GroupBox : Control, ICloneable
Inheritance
object
GroupBox
Implements
Inherited Members

Constructors

GroupBox()

public GroupBox()

Fields

ColorBorder

public XColor ColorBorder

Field Value

XColor

ColorFill

public XColor ColorFill

Field Value

XColor

Properties

BorderColor

The color of the border of the group box

public Color BorderColor { get; set; }

Property Value

Color

FillColor

The background color of the group box

public Color FillColor { get; set; }

Property Value

Color

Methods

Clone()

Creates a deep copy of this instance.

public override Control Clone()

Returns

Control

CloneFromTo(GroupBox, GroupBox)

Copies all members declared by GroupBox from one instance to another.

protected static void CloneFromTo(GroupBox from, GroupBox to)

Parameters

from GroupBox
to GroupBox

CloneGroupBox()

Creates a deep copy of this GroupBox instance.

public GroupBox CloneGroupBox()

Returns

GroupBox

The new copy of the GroupBox.