ControlHostElement Constructor(Style)
In This Topic
Initializes a new instance of the
ControlHostElement with the specified style.
Syntax
'Declaration
Public Function New( _
ByVal As Style _
)
public ControlHostElement(
Style
)
Parameters
- style
- The Style object to use.
See Also