InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ControlHostElement Class / Control Property

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