FormRegionManifestIcons.Encrypted Property

Definition

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

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

Property Value

An Icon that appears for encrypted 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