FormRegionManifestIcons.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default icon that appears for replacement and replace-all form regions.
public:
property System::Drawing::Icon ^ Default { System::Drawing::Icon ^ get(); void set(System::Drawing::Icon ^ value); };
public System.Drawing.Icon Default { get; set; }
member this.Default : System.Drawing.Icon with get, set
Public Property Default As Icon
Property Value
An Icon that appears by default in Explorers that display replacement and replace-all form regions.
Exceptions
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.