OlIconViewPlacement Enumeration

Indicates how icons are arranged in an IconView object.

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

Syntax

'Declaration
Public Enumeration OlIconViewPlacement
'Usage
Dim instance As OlIconViewPlacement
public enum OlIconViewPlacement

Members

Member name Description
olIconDoNotArrange Icons are not automatically sorted, lined up, or arranged.
olIconLineUp Icons are automatically lined up, but are not sorted or arranged.
olIconAutoArrange Icons are automatically lined up and arranged to prevent gaps or overlaps, but are not sorted.
olIconSortAndAutoArrange Icons are automatically sorted, lined up, and arranged to prevent gaps or overlaps.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace