[]
        
(Showing Draft Content)

C1.Framework.ControlHostElement.-ctor

ControlHostElement Constructor

ControlHostElement(Style, Control)

Initializes a new instance of the ControlHostElement with the specified style and control to host.

Declaration
public ControlHostElement(Style style, Control hostedControl)
Parameters
Type Name Description
Style style

The Style object to use.

Control hostedControl

The Control that this element is hosting.

ControlHostElement(Style)

Initializes a new instance of the ControlHostElement with the specified style.

Declaration
public ControlHostElement(Style style)
Parameters
Type Name Description
Style style

The Style object to use.

ControlHostElement(Control)

Initializes a new instance of the ControlHostElement with the specified control to host.

Declaration
public ControlHostElement(Control hostedControl)
Parameters
Type Name Description
Control hostedControl

The Control that this element is hosting.

ControlHostElement()

Initializes a new instance of the ControlHostElement.

Declaration
public ControlHostElement()