Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / HoveredElement Property

In This Topic
    HoveredElement Property (C1TextBox)
    In This Topic
    Gets the element currently under the mouse.
    Syntax
    'Declaration
     
    
    Protected Property HoveredElement As Element
    protected Element HoveredElement {get; set;}
    See Also