Version

UltraTabControlStates Enumeration

Bit flags that describe the state of the control.
Syntax
'Declaration
 
Public Enum UltraTabControlStates 
   Inherits System.Enum
public enum UltraTabControlStates : System.Enum 
Members
MemberDescription
ActiveTabCanBeClosedThe UltraTabControlBase.ActiveTab can be closed.
ActiveTabIsSelectedThe UltraTabControlBase.ActiveTab is also the UltraTabControlBase.SelectedTab.
FirstTabThe first tab is selected.
FirstTabRowThe selected tab is on the first tab row.
IsMultiRowThe UltraTabControlBase.TabLayoutStyle is multi-row.
LastTabThe last tab is selected.
LastTabRowThe selected tab is on the last tab row.
TabControlThe control is an UltraTabControl.
TabOrientationVertiicalThe tabs are on the left or right side of the control.
TabsDisplayedThe tabs are displayed, i.e. the UltraTabControlBase.Style is not NotePage, NotePageFlat or Wizard.
TabStripControlThe control is an UltraTabStripControl.
WizardStyleThe UltraTabControlBase is in Wizard UltraTabControlStyle.
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