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






    Icon Property
    Syntax
    'Declaration
     
    
    <System.ComponentModel.AmbientValueAttribute("")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRCategoryAttribute("CatWindowStyle")>
    <SRDescriptionAttribute("FormIconDescr")>
    Public Property Icon As System.Drawing.Icon
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Icon
     
    instance.Icon = value
     
    value = instance.Icon
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also