Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NSplashScreenForm Class / ControlBox Property


In This Topic
    ControlBox Property (NSplashScreenForm)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Windows.Forms.SRCategoryAttribute("CatWindowStyle")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Windows.Forms.SRDescriptionAttribute("FormControlBoxDescr")>
    Public Property ControlBox As System.Boolean
    'Usage
     
    
    Dim instance As NSplashScreenForm
    Dim value As System.Boolean
     
    instance.ControlBox = value
     
    value = instance.ControlBox
    [System.Windows.Forms.SRCategory("CatWindowStyle")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Windows.Forms.SRDescription("FormControlBoxDescr")]
    public System.bool ControlBox {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