FormRegionManifestIcons.GetIcon(OlFormRegionIcon) Method
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.
Important
This API is not CLS-compliant.
Returns an image that will be displayed for a particular type of icon for the form region.
public:
stdole::IPictureDisp ^ GetIcon(Microsoft::Office::Interop::Outlook::OlFormRegionIcon icon);
[System.CLSCompliant(false)]
public stdole.IPictureDisp GetIcon (Microsoft.Office.Interop.Outlook.OlFormRegionIcon icon);
[<System.CLSCompliant(false)>]
abstract member GetIcon : Microsoft.Office.Interop.Outlook.OlFormRegionIcon -> stdole.IPictureDisp
Public Function GetIcon (icon As OlFormRegionIcon) As IPictureDisp
Parameters
- icon
- OlFormRegionIcon
An Microsoft.Office.Interop.Outlook.OlFormRegionIcon
that represents the type of icon that you want to return.
Returns
An IPictureDisp that represents the icon.
- Attributes