FormRegionManifestIcons.Signed Property

Definition

Gets or sets the icon that appears for digitally signed items that have replacement or replace-all form regions.

public:
 property System::Drawing::Icon ^ Signed { System::Drawing::Icon ^ get(); void set(System::Drawing::Icon ^ value); };
public System.Drawing.Icon Signed { get; set; }
member this.Signed : System.Drawing.Icon with get, set
Public Property Signed As Icon

Property Value

An Icon that appears for digitally signed items that have replacement or replace-all form regions.

Exceptions

The Locked property of the FormRegionManifest object associated with this object is true.

Applies to