FormRegionManifestIcons.Window Property (2007 System)
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.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Property Window As Icon
'Usage
Dim instance As FormRegionManifestIcons
Dim value As Icon
value = instance.Window
instance.Window = value
public Icon Window { get; set; }
public:
property Icon^ Window {
Icon^ get ();
void set (Icon^ value);
}
public function get Window () : Icon
public function set Window (value : Icon)
Property Value
Type: System.Drawing.Icon
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
Exception | Condition |
---|---|
InvalidOperationException | The Locked property of the FormRegionManifest object associated with this object is true. |
Remarks
Window icons should be 32 pixels by 32 pixels.
.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.