Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1DropDownControl Class / Control Property

In This Topic
    Control Property (C1DropDownControl)
    In This Topic
    Gets or set the control that hosted on drop down form.
    Syntax
    'Declaration
     
    
    Public Property Control As Control
    public Control Control {get; set;}
    See Also