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


In This Topic
    IsCaptureWithinPropertyEx Field
    In This Topic
    Gets the IsCaptureWithin Extended Property. The value of this property is automatically set to true for the current mouse capture 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 IsCaptureWithinPropertyEx As NProperty
    'Usage
     
    
    Dim value As NProperty
     
    value = NMouse.IsCaptureWithinPropertyEx
    public static readonly NProperty IsCaptureWithinPropertyEx
    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