Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElement Class / Control Property

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