[]
Initializes a new instance of the ControlHostElement with the specified style and control to host.
public ControlHostElement(Style style, Control hostedControl)
| Type | Name | Description |
|---|---|---|
| Style | style | The Style object to use. |
| Control | hostedControl | The Control that this element is hosting. |
Initializes a new instance of the ControlHostElement with the specified style.
public ControlHostElement(Style style)
| Type | Name | Description |
|---|---|---|
| Style | style | The Style object to use. |
Initializes a new instance of the ControlHostElement with the specified control to host.
public ControlHostElement(Control hostedControl)
| Type | Name | Description |
|---|---|---|
| Control | hostedControl | The Control that this element is hosting. |
Initializes a new instance of the ControlHostElement.
public ControlHostElement()