_IconView.IconPlacement Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlIconViewPlacement IconPlacement { Microsoft::Office::Interop::Outlook::OlIconViewPlacement get(); void set(Microsoft::Office::Interop::Outlook::OlIconViewPlacement value); };
public Microsoft.Office.Interop.Outlook.OlIconViewPlacement IconPlacement { get; set; }
Public Property IconPlacement As OlIconViewPlacement

Property Value

Remarks

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

Applies to