_IconView.IconPlacement Property
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.
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.