Version

ThemedExplorer.ExplorerButtonType Enumeration

Enumeration of explorer button style
Syntax
'Declaration
 
Public Enum ThemedExplorer.ExplorerButtonType 
   Inherits System.Enum
public enum ThemedExplorer.ExplorerButtonType : System.Enum 
Members
MemberDescription
HeaderCloseClose button
IEBarMenuIE menu arrow
NormalGroupCollapseGroup button displayed when the group is opened/expanded
NormalGroupExpandGroup button displayed when the group is closed
SpecialGroupCollapseGroup button displayed when a special group is opened/expanded
SpecialGroupExpandGroup button displayed when a special group is closed
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