ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / Control Property

In This Topic
    Control Property (DropDownFormBase)
    In This Topic
    Gets or sets the control that hosted on this dropd down form.
    Syntax
    'Declaration
     
    Public Property Control As System.Windows.Forms.Control
    public System.Windows.Forms.Control Control {get; set;}
    See Also