Share via


FormRegionManifestIcons.Unsent Property

Definition

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

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

Property Value

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