ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1HierarchicalPresenter Class / IsMouseOver Property

In This Topic
    IsMouseOver Property (C1HierarchicalPresenter)
    In This Topic
    Gets a value indicating whether the mouse pointer is located over this element.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsMouseOver As System.Boolean
    public System.bool IsMouseOver {get;}
    See Also