Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / HostControl Property

In This Topic
    HostControl Property (DropDownEditorViewBase)
    In This Topic
    Gets the System.Windows.Forms.Control that is hosting this C1.Framework.Element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HostControl As Control
    public Control HostControl {get;}
    See Also