Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTouch Class / EnableMouseEventsPromotion Property


In This Topic
    EnableMouseEventsPromotion Property
    In This Topic
    Gets or sets whether mouse events promotion is allowed. Mouse events promotion happens when an unhandled touch event of the primary touch device is used to generate a mouse event. Setting this property globally enables/disables the mouse events promotion.
    Syntax
    'Declaration
     
    
    Public Shared Property EnableMouseEventsPromotion As System.Boolean
    'Usage
     
    
    Dim value As System.Boolean
     
    NTouch.EnableMouseEventsPromotion = value
     
    value = NTouch.EnableMouseEventsPromotion
    public static System.bool EnableMouseEventsPromotion {get; set;}
    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