TreeView for WinForms | ComponentOne
C1.Framework Namespace / XView Class / FocusedElement Property

In This Topic
    FocusedElement Property (XView)
    In This Topic
    Gets the element that has the focus.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public ReadOnly Property FocusedElement As Element
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public Element FocusedElement {get;}
    See Also