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 default icon that appears for replacement and 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 Default As Icon
'Usage
Dim instance As FormRegionManifestIcons
Dim value As Icon
value = instance.Default
instance.Default = value
public Icon Default { get; set; }
public:
property Icon^ Default {
Icon^ get ();
void set (Icon^ value);
}
public function get Default () : Icon
public function set Default (value : Icon)
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
- 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.