Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMouse Class / IsOverPropertyEx Field


In This Topic
    IsOverPropertyEx Field
    In This Topic
    Gets the IsOver Extended Property. The value of this property is automatically set to true for the current mouse over target and its ancestors chain. The value of this property is cleared from the previous mouse capture target and its ancestors chain (if any).
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IsOverPropertyEx As NProperty
    'Usage
     
    
    Dim value As NProperty
     
    value = NMouse.IsOverPropertyEx
    public static readonly NProperty IsOverPropertyEx
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also