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


In This Topic
    TransparencyKey Property (NSplashScreenForm)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Windows.Forms.SRCategoryAttribute("CatWindowStyle")>
    <System.Windows.Forms.SRDescriptionAttribute("FormTransparencyKeyDescr")>
    Public Property TransparencyKey As System.Drawing.Color
    'Usage
     
    
    Dim instance As NSplashScreenForm
    Dim value As System.Drawing.Color
     
    instance.TransparencyKey = value
     
    value = instance.TransparencyKey
    [System.Windows.Forms.SRCategory("CatWindowStyle")]
    [System.Windows.Forms.SRDescription("FormTransparencyKeyDescr")]
    public System.Drawing.Color TransparencyKey {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