[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.ControlInfo.-ctor

ControlInfo Constructor

ControlInfo()

Initializes an instance of class ControlInfo.

Declaration
public ControlInfo()
Examples
ControlInfo ci = new ControlInfo();

ControlInfo(ControlType, string, RectangleF)

Initializes an instance of class ControlInfo..

Declaration
public ControlInfo(ControlType type, string name, RectangleF bounds)
Parameters
Type Name Description
ControlType type

The control type.

string name

The name.

RectangleF bounds

The bounds.