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

In This Topic
    EditorElement Property (DropDownEditorViewBase)
    In This Topic
    Gets the editor element that hosted on the view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditorElement As IInputEditorElement
    public IInputEditorElement EditorElement {get;}
    See Also