Version

TabControlStates Enumeration

Enumeration used to indicate the current state of a TabItemEx
Syntax
'Declaration
 
Public Enum TabControlStates 
   Inherits System.Enum
public enum TabControlStates : System.Enum 
Members
MemberDescription
AllowMinimizedThe XamTabControl.AllowMinimize property is true.
FirstTabSelectedThe selected tab is the first tab that is not closed.
HasSelectableTabHas at least one tab that is selectable
HasSelectedTabHas a tab that is selected
LastTabSelectedThe selected tab is the last tab that is not closed.
MinimizedThe XamTabControl.IsMinimized property is true.
SelectedTabAllowsClosingThe selected tab can be closed.
Requirements

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

See Also