OlIconViewPlacement Enum
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.
Indicates how icons are arranged in an IconView object.
public enum class OlIconViewPlacement
C#
public enum OlIconViewPlacement
Public Enum OlIconViewPlacement
- Inheritance
-
OlIconViewPlacement
Name | Value | Description |
---|---|---|
olIconDoNotArrange | 0 | Icons are not automatically sorted, lined up, or arranged. |
olIconLineUp | 1 | Icons are automatically lined up, but are not sorted or arranged. |
olIconAutoArrange | 2 | Icons are automatically lined up and arranged to prevent gaps or overlaps, but are not sorted. |
olIconSortAndAutoArrange | 3 | Icons are automatically sorted, lined up, and arranged to prevent gaps or overlaps. |
Product | Versions |
---|---|
Outlook primary interop assembly | Latest |