FormRegionManifestIcons.Unread Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the icon that appears for items marked as unread that have replacement or replace-all form regions.
public:
property System::Drawing::Icon ^ Unread { System::Drawing::Icon ^ get(); void set(System::Drawing::Icon ^ value); };
public System.Drawing.Icon Unread { get; set; }
member this.Unread : System.Drawing.Icon with get, set
Public Property Unread As Icon
Property Value
An Icon that appears for items marked as unread that have replacement or replace-all form regions.
Exceptions
The Locked property of the FormRegionManifest object associated with this object is true
.