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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also