[]
        
(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)
Public Sub New(style As Style, hostedControl As Control)
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)
Public Sub New(style As 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)
Public Sub New(hostedControl As Control)
Parameters
Type Name Description
Control hostedControl

The Control that this element is hosting.

ControlHostElement()

Initializes a new instance of the ControlHostElement.

Declaration
public ControlHostElement()
Public Sub New()