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

In This Topic
    Icon Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.AmbientValueAttribute("")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRCategoryAttribute("CatWindowStyle")>
    <SRDescriptionAttribute("FormIconDescr")>
    Public Property Icon As System.Drawing.Icon
    [System.ComponentModel.AmbientValue("")]
    [System.ComponentModel.Localizable(true)]
    [SRCategory("CatWindowStyle")]
    [SRDescription("FormIconDescr")]
    public System.Drawing.Icon Icon {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also