Class GroupBoxControl
Represents a Windows control that displays a frame around a group of controls with an optional caption. Wraps the System.Windows.Forms.GroupBox control.
Inheritance
System.Object
GroupBoxControl
Inherited Members
Namespace: FastReport.Dialog
Assembly: FastReport.dll
Syntax
public class GroupBoxControl : ParentControl, IDisposable, IFRSerializable, IParent
Constructors
GroupBoxControl()
Initializes a new instance of the GroupBoxControl class with default settings.
Declaration
public GroupBoxControl()
Properties
GroupBox
Gets an internal GroupBox.
Declaration
[Browsable(false)]
public GroupBox GroupBox { get; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.GroupBox |