FormRegionManifestIcons.Read Property

Definition

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

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

Property Value

An Icon that appears for items marked as read that have replacement or replace-all form regions.

Exceptions

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

Applies to