Share via


FormRegionManifestIcons.Page Property

Definition

Gets or sets the icon that appears on the Ribbon of an Inspector for items that have separate, replacement, or replace-all form regions.

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

Property Value

An Image that appears on the Ribbon of an Inspector for items that have separate, replacement, or replace-all form regions.

Exceptions

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

Remarks

Use a Portable Network Graphics (PNG) file format for this image.

Applies to