Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBar Class / ClosePopupsOnMouseOut Property


In This Topic
    ClosePopupsOnMouseOut Property
    In This Topic
    Gets or sets whether the popup windows of the command bar items should be automatically closed when the mouse is no longer inside them. By default set to false, meaning that the popup window will stay open, until another popup is shown, or the popup loses activation (e.g. user clicks away).
    Syntax
    'Declaration
     
    
    Public Property ClosePopupsOnMouseOut As System.Boolean
    'Usage
     
    
    Dim instance As NCommandBar
    Dim value As System.Boolean
     
    instance.ClosePopupsOnMouseOut = value
     
    value = instance.ClosePopupsOnMouseOut
    public System.bool ClosePopupsOnMouseOut {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