DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / ShowInTaskbar Property

In This Topic
    ShowInTaskbar Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    <SRCategoryAttribute("CatWindowStyle")>
    <SRDescriptionAttribute("FormShowInTaskbarDescr")>
    Public Property ShowInTaskbar As System.Boolean
    [System.ComponentModel.DefaultValue(true)]
    [SRCategory("CatWindowStyle")]
    [SRDescription("FormShowInTaskbarDescr")]
    public System.bool ShowInTaskbar {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also