Skip to content

IsMouseOver Property

Description

Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree).

Property Type

Read-only property

Syntax (Visual Basic)

Public Property IsMouseOver() As Boolean

Return Type

True if the mouse pointer is over the element or its child elements; False otherwise.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.