Share via


FormRegionManifestIcons.Page Property (2007 System)

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.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public Property Page As Image
'Usage
Dim instance As FormRegionManifestIcons 
Dim value As Image 

value = instance.Page

instance.Page = value
public Image Page { get; set; }
public:
property Image^ Page {
    Image^ get ();
    void set (Image^ value);
}
public function get Page () : Image 
public function set Page (value : Image)

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 Class

FormRegionManifestIcons Members

Microsoft.Office.Tools.Outlook Namespace