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

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also