FormRegionManifestIcons.Window 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 icon that appears in the notification area and in the ALT+TAB dialog box for open items that display replacement and replace-all form regions.
public:
property System::Drawing::Icon ^ Window { System::Drawing::Icon ^ get(); void set(System::Drawing::Icon ^ value); };
public System.Drawing.Icon Window { get; set; }
member this.Window : System.Drawing.Icon with get, set
Public Property Window As Icon
Property Value
An Icon that appears in the notification area and in the ALT+TAB dialog box for open items that display replacement and replace-all form regions.
Exceptions
The Locked property of the FormRegionManifest object associated with this object is true
.
Remarks
Window icons should be 32 pixels by 32 pixels.