Share via


FormRegionManifestIcons.Default Property

Gets or sets the default icon that appears for replacement and replace-all form regions.

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

Syntax

'Declaration
Property Default As Icon
Icon Default { get; set; }

Property Value

Type: System.Drawing.Icon
An Icon that appears by default in Explorers that display replacement and replace-all form regions.

Exceptions

Exception Condition
InvalidOperationException

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

Remarks

This icon appears when no other icon is specified. For example, if you do not set the Forwarded property, the default icon will appear for a forwarded item in Outlook.

.NET Framework Security

See Also

Reference

FormRegionManifestIcons Interface

Microsoft.Office.Tools.Outlook Namespace