Control Property (ControlHostElement)
In This Topic
Gets or sets the ControlHostElement.Control that this element is hosting.
Syntax
'Declaration
Public Property Control As System.Windows.Forms.Control
public System.Windows.Forms.Control Control {get; set;}
See Also