FormRegionManifestIcons.Page 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 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.