Share via


FormRegionManifestIcons.Page Property

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

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

Syntax

'Declaration
Property Page As Image
Image Page { get; set; }

Property Value

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

Exceptions

Exception Condition
InvalidOperationException

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.

.NET Framework Security

See Also

Reference

FormRegionManifestIcons Interface

Microsoft.Office.Tools.Outlook Namespace