Infragistics(R) NetAdvantage(R) Windows Forms
ThemedExplorer.ExplorerButtonType Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace : ThemedExplorer.ExplorerButtonType Enumeration

Enumeration of explorer button style

Syntax

Visual Basic (Declaration) 
Public Enum ThemedExplorer.ExplorerButtonType 
   Inherits System.Enum
C# 
public enum ThemedExplorer.ExplorerButtonType : System.Enum 

Members

MemberDescription
HeaderClose Close button
IEBarMenu IE menu arrow
NormalGroupCollapse Group button displayed when the group is opened/expanded
NormalGroupExpand Group button displayed when the group is closed
SpecialGroupCollapse Group button displayed when a special group is opened/expanded
SpecialGroupExpand Group button displayed when a special group is closed

See Also