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


In This Topic
    IsDirectlyOverPropertyEx Field
    In This Topic
    Gets the IsDirectlyOver Extended Property. The value of this property is automatically set to true for the current mouse over target. The value of this property is cleared from the previous mouse over target (if any).
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IsDirectlyOverPropertyEx As NProperty
    'Usage
     
    
    Dim value As NProperty
     
    value = NMouse.IsDirectlyOverPropertyEx
    public static readonly NProperty IsDirectlyOverPropertyEx
    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