ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ControlHostElement Class / Control Property

In This Topic
    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