Version

CloseButtonLocation Enumeration

Enumeration of location areas where the close button may appear in a pane.
Syntax
'Declaration
 
Public Enum CloseButtonLocation 
   Inherits System.Enum
public enum CloseButtonLocation : System.Enum 
Members
MemberDescription
AllAll flags are on signifying that the close button appears in all possible locations.
AllSelectedTabsCombines TabGroupSelectedTab and AutoHideSelectedTab.
AllTabsCombines TabGroup and AutoHide.
AutoHideClose button appears in the tabs created in the UnpinnedTabArea when the pane is unpinned.
AutoHideSelectedTabClose button appears only in the selected tab created in the UnpinnedTabArea when the pane is unpinned.
CaptionClose button appears in the caption area.
DefaultDefault, Resolves to Caption
TabGroupClose button appears in every TabItem within the TabGroup.
TabGroupSelectedTabClose button appears only in the Selected TabItem within the TabGroup.
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