Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.