Share via


FormRegionManifestIcons.Forwarded Property

Definition

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

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

Property Value

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