Share via


FormRegionManifest.Icons Property (2007 System)

Gets or sets a FormRegionManifestIcons that specifies the icons that appear for separate, replacement, or 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 Icons As FormRegionManifestIcons
'Usage
Dim instance As FormRegionManifest 
Dim value As FormRegionManifestIcons 

value = instance.Icons

instance.Icons = value
public FormRegionManifestIcons Icons { get; protected set; }
public:
property FormRegionManifestIcons^ Icons {
    FormRegionManifestIcons^ get ();
    void set (FormRegionManifestIcons^ value);
}
public function get Icons () : FormRegionManifestIcons 
public function set Icons (value : FormRegionManifestIcons)

Property Value

Type: Microsoft.Office.Tools.Outlook.FormRegionManifestIcons
A FormRegionManifestIcons that specifies the icons that appear for separate, replacement, or replace-all form regions.

Exceptions

Exception Condition
InvalidOperationException

Locked is true.

.NET Framework Security

See Also

Reference

FormRegionManifest Class

FormRegionManifest Members

Microsoft.Office.Tools.Outlook Namespace