InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / TextBoxElement Class / Control Property

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