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
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.ShowIcon = value
     
    value = instance.ShowIcon
    [System.ComponentModel.DefaultValue(true)]
    [SRCategory("CatWindowStyle")]
    [SRDescription("FormShowIconDescr")]
    public System.bool ShowIcon {get; set;}
    public read-write property ShowIcon: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    SRCategoryAttribute("CatWindowStyle")
    SRDescriptionAttribute("FormShowIconDescr")
    public function get,set ShowIcon : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    [SRCategory("CatWindowStyle")]
    [SRDescription("FormShowIconDescr")]
    public: __property System.bool get_ShowIcon();
    public: __property void set_ShowIcon( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    [SRCategory("CatWindowStyle")]
    [SRDescription("FormShowIconDescr")]
    public:
    property System.bool ShowIcon {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also