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
System.MarshalByRefObject
System.ComponentModel.Component
GroupBoxControl
Inherited Members
FastReport.ComponentBase.CheckNegativeSize(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.DrawDragAcceptFrame(FastReport.Utils.FRPaintEventArgs, System.Drawing.Color)
FastReport.ComponentBase.GetSmartTag()
FastReport.ComponentBase.HandleDoubleClick()
FastReport.ComponentBase.HandleDragDrop(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleDragOver(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleKeyDown(System.Windows.Forms.Control, System.Windows.Forms.KeyEventArgs)
FastReport.ComponentBase.HandleMouseMove(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.HandleMouseWheel(FastReport.Utils.FRMouseEventArgs)
FastReport.ComponentBase.PointInObject(System.Drawing.PointF)
FastReport.ComponentBase.DrawSelectionPoint(FastReport.Utils.FRPaintEventArgs, System.Drawing.Pen, System.Drawing.Brush, System.Single, System.Single)
FastReport.ComponentBase.PointInSelectionPoint(System.Single, System.Single, System.Drawing.PointF)
FastReport.Base.IsSelected
FastReport.Base.IsParentSelected
FastReport.Base.Delete()
FastReport.Base.OnAfterInsert(FastReport.InsertFrom)
FastReport.Base.SelectionChanged()
FastReport.Base.GetImageIndex()
Namespace: FastReport.Dialog
Assembly: FastReport.dll
Syntax
public class GroupBoxControl : ParentControl, IComponent, IDisposable, IFRSerializable, IHasEditor, 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 |