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

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