Version

ItemDisplayStyle Enumeration

An enumerator for specifying whether items should be displayed as images, text or both.
Syntax
'Declaration
 
Public Enum ItemDisplayStyle 
   Inherits System.Enum
public enum ItemDisplayStyle : System.Enum 
Members
MemberDescription
AutomaticThe item is displayed in its fullest mode. If an image was provided for the item, the image is shown. If text was supplied, text is shown.
DefaultUse the current default value.
ImageThe item is displayed as only an image.
ImageAndTextThe item is displayed as both image and text.
TextThe item is displayed as text only.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also