Version

TabRoles Enumeration

Roles defined for the ig_tabtophoriz.css file.
Syntax
'Declaration
 
Public Enum TabRoles 
   Inherits System.Enum
public enum TabRoles : System.Enum 
Members
MemberDescription
CloseButtonCss for close button located on tab
CloseButtonSizeCss for holder of tabs and scroll buttons
ContentCss for content pane
ContentHolderCss for holder of content pane
ContentHolderInnerCss for inner holder of content pane
ControlCss for control
HolderCss for holder of tabs and scroll buttons
HolderInnerOfScrollableTabsRoundedCss for inner holder of tabs when scroll buttons and rounded background for content pane are enabled
HolderInnerOfTabsRoundedCss for inner holder of tabs when rounded background for content pane is enabled
HolderNoScrollCss for outer holder of tabs when scrolling is enabled
HolderOfScrollableTabsRoundedCss for holder of tabs when scroll buttons and rounded background for content pane are enabled
HolderOfScrollButtonsRoundedCss for holder of scroll buttons when rounded background for content pane is enabled
HolderOfTabsRoundedCss for holder of tabs when rounded background for content pane is enabled
HolderScrollCss for outer holder of tabs when scrolling is enabled
HolderScrollInnerCss for inner holder of tabs when scrolling is enabled
RoundedCornersCss for corners of rounded background under content pane
RoundedFillCss for center area of rounded background under content pane
RoundedLeftRightCss for left and right edges of rounded background under content pane
RoundedTopBottomCss for top and bottom edges of rounded background under content pane
ScrollButtonCss for scroll button
ScrollButtonsCss for container of scroll buttons
TabCss for tab's (includes leading edge)
TabActiveCss for tab in active state
TabCenterCss for tab's center area (holder of text and images)
TabCenterActiveCss for tab's center area in active state
TabCenterDisabledCss for tab's center area in disabled state
TabCenterHoverCss for tab's center area in mouse-over state
TabCenterSelectedCss for tab's center area in selected state
TabDisabledCss for tab in disabled state
TabHoverCss for tab in mouse-over state
TabImageCss for tab's image
TabMirrorCss for tab's mirror edge
TabMirrorActiveCss for tab's mirror edge in active state
TabMirrorCenterCss for tab's center area of mirror edge
TabMirrorCenterActiveCss for tab's center area of mirror edge in active state
TabMirrorCenterDisabledCss for tab's center area of mirror edge in disabled state
TabMirrorCenterHoverCss for tab's center area of mirror edge in mouse-over state
TabMirrorCenterSelectedCss for tab's center area of mirror edge in selected state
TabMirrorDisabledCss for tab's mirror edge in disabled state
TabMirrorHoverCss for tab's mirror edge in mouse-over state
TabMirrorSelectedCss for tab's mirror edge in selected state
TabMovingCss for tab's which is applied while moving by mouse drag
TabMovingMarkUpCss for mark-up copy of tab which is moved synchronously with mouse
TabOverlapCss for tab when overlapped tabs are enabled
TabSelectedCss for tab in selected state
TabTailCss for tab's trailing edge
TabTailActiveCss for tab's right area in active state
TabTailDisabledCss for tab's right area in disabled state
TabTailHoverCss for tab's right area in mouse-over state
TabTailSelectedCss for tab's right area in selected state
TabTextCss for tab's text
TabTextActiveCss for tab's text in active state
TabTextDisabledCss for tab's text in disabled state
TabTextHoverCss for tab's text in mouse-over state
TabTextSelectedCss for tab's text in selected state
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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