'Declaration Public Enum CloseButtonLocation Inherits System.Enum
public enum CloseButtonLocation : System.Enum
Member | Description |
---|---|
All | All flags are on signifying that the close button appears in all possible locations. |
AllSelectedTabs | Combines TabGroupSelectedTab and AutoHideSelectedTab. |
AllTabs | Combines TabGroup and AutoHide. |
AutoHide | Close button appears in the tabs created in the UnpinnedTabArea when the pane is unpinned. |
AutoHideSelectedTab | Close button appears only in the selected tab created in the UnpinnedTabArea when the pane is unpinned. |
Caption | Close button appears in the caption area. |
Default | Default, Resolves to Caption |
TabGroup | Close button appears in every TabItem within the TabGroup. |
TabGroupSelectedTab | Close button appears only in the Selected TabItem within the TabGroup. |
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