Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTitleBarControlBox Class / CloseButtonFirst Property


In This Topic
    CloseButtonFirst Property
    In This Topic
    If set to true the Close button will be placed before the other buttons. By default set to false (i.e. the Close button is last).
    Syntax
    'Declaration
     
    
    Public Property CloseButtonFirst As System.Boolean
    'Usage
     
    
    Dim instance As NTitleBarControlBox
    Dim value As System.Boolean
     
    instance.CloseButtonFirst = value
     
    value = instance.CloseButtonFirst
    public System.bool CloseButtonFirst {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