_IconView.IconPlacement Property

Returns or sets an OlIconViewPlacement value that determines how icons are placed within the IconView object. Read/write

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

Syntax

'Declaration
<DispIdAttribute()> _
Property IconPlacement As OlIconViewPlacement
    Get
    Set
'Usage
Dim instance As _IconView
Dim value As OlIconViewPlacement

value = instance.IconPlacement

instance.IconPlacement = value
[DispIdAttribute()]
OlIconViewPlacement IconPlacement { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlIconViewPlacement

Remarks

If the value of the IconViewType property is set to olIconViewList, the value of this property is automatically set to olIconSortAndAutoArrange.

See Also

Reference

_IconView Interface

_IconView Members

Microsoft.Office.Interop.Outlook Namespace