Compartir a través de


_IconView.IconViewType Propiedad

Definición

Devuelve o establece una OlIconViewType constante que determina cómo se muestran los elementos de Outlook en el IconView objeto . Lectura y escritura.

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

Valor de propiedad

Comentarios

Si el valor de esta propiedad se establece en olIconSortAndAutoArrange, el valor de la IconPlacement propiedad se establece automáticamente en olIconSortAndAutoArrange.

Se aplica a