ActiveReports 12
ParentForm Property (Toolbox)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : ParentForm Property
Gets the form that the container control is assigned to.
Syntax
'Declaration
 
Public ReadOnly Property ParentForm As Form
public Form ParentForm {get;}

Property Value

The System.Windows.Forms.Form that the container control is assigned to. This property will return null if the control is hosted inside of Internet Explorer or in another hosting context where there is no parent form.
See Also

Reference

Toolbox Class
Toolbox Members