'Declaration Public Enum TabControlStates Inherits System.Enum
public enum TabControlStates : System.Enum
Member | Description |
---|---|
AllowMinimized | The XamTabControl.AllowMinimize property is true. |
FirstTabSelected | The selected tab is the first tab that is not closed. |
HasSelectableTab | Has at least one tab that is selectable |
HasSelectedTab | Has a tab that is selected |
LastTabSelected | The selected tab is the last tab that is not closed. |
Minimized | The XamTabControl.IsMinimized property is true. |
SelectedTabAllowsClosing | The selected tab can be closed. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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