Share via


FormRegionManifestIcons.GetIcon Method

This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.

Returns an image that will be displayed for a particular type of icon for the form region.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Function GetIcon ( _
    icon As OlFormRegionIcon _
) As IPictureDisp
[CLSCompliantAttribute(false)]
IPictureDisp GetIcon(
    OlFormRegionIcon icon
)

Parameters

  • icon
    Type: OlFormRegionIcon

    An Microsoft.Office.Interop.Outlook.OlFormRegionIcon that represents the type of icon that you want to return.

Return Value

Type: IPictureDisp
An IPictureDisp that represents the icon.

.NET Framework Security

See Also

Reference

FormRegionManifestIcons Interface

Microsoft.Office.Tools.Outlook Namespace