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






    ShowInTaskbar Property
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    <SRCategoryAttribute("CatWindowStyle")>
    <SRDescriptionAttribute("FormShowInTaskbarDescr")>
    Public Property ShowInTaskbar As System.Boolean
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.ShowInTaskbar = value
     
    value = instance.ShowInTaskbar
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also