Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- Overview
- Installation & Deployement
- EO.Web ToolTip
- EO.Web Rating
- EO.Web Slider & RangeSlider
- EO.Web ListBox
- EO.Web ComboBox
- EO.Web Captcha
- EO.Web ASPX To PDF
- EO.Web Slide
- EO.Web Flyout
- EO.Web EditableLabel
- EO.Web ImageZoom
- EO.Web Floater
- EO.Web Downloader
- EO.Web ColorPicker
- EO.Web HTML Editor
- EO.Web File Explorer
- EO.Web SpellChecker
- EO.Web Grid
- EO.Web MaskedEdit
- EO.Web Splitter
- EO.Web Menu
- EO.Web Slide Menu
- EO.Web TabStrip
- EO.Web TabStrip
- TabStrip Overview
- Quick Start Guide
- Using EO.Web TabStrip
- Understanding built-in skins
- EO.Web TreeView
- EO.Web Calendar
- EO.Web Callback
- EO.Web MultiPage
- EO.Web Dialog
- EO.Web AJAXUploader
- EO.Web ProgressBar - Free!
- EO.Web ToolBar - Free!
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
How VS2005_2 skin is created |
This following table lists properties used by the built-in VS2005_2 skin.
Note: This article only lists all the properties used by this skin. It is recommended that you also read Designing a TabStrip using Images and Designing an Overlapping TabStrip, which explains the various implementation techniques in much greater detail.
Property | Value | Remarks |
---|---|---|
The following properties apply on the _TopGroup look. The _TopGroup look is automatically applied on the top level item group.
|
||
SubGroup.Style.CssText |
background-image:url(00010200); background-repeat:repeat-x; cursor:default; font-family:tahoma; font-size:8pt; padding-left:2px; padding-right:2px; |
Specifies the font, cursor, color and background image for the top group. 00010200 is the ID of the built-in image . |
SubGroup.OverlapDepth | 8 | Left icon and right icon overlap by 8 pixels. |
The following properties apply on the _TopLevelItem look. The _TopLevelItem look is automatically applied to all top level tab items.
|
||
LeftIcon.Url | 00010201 | The ID of the built-in image |
Image.Url | 00010202 | The ID of the built-in image |
RightIcon.Url | 00010203 | The ID of the built-in image |
LeftIcon.SelectedUrl | 00010204 | The ID of the built-in image |
Image.SelectedUrl | 00010205 | The ID of the built-in image |
RightIcon.SelectedUrl | 00010206 | The ID of the built-in image |
Image.Mode | MenuItemBodyImages. ImageMode.TextBackground | The image is used for text background. |
Image.BackgroundRepeat | BackgroundRepeat.RepeatX | The image is repeated horizontally. |
SubGroup.Style.CssText |
padding-left: 3px;
padding-right: 3px; padding-bottom: 1px; background-position-y: bottom; background-image: url(00010200); cursor: hand; background-repeat: repeat-x; font-family: tahoma; font-size: 8pt; background-color: white |
00010200 is the ID of he built-in image |
SubGroup.OverlapDepth | 8 | Left icon and right icon overlap by 8 pixels. |
The following properties apply on the _Default look. The Default look is automatically applied to all non top level items in the tab strip.
|
||
NormalStyle.CssText | text-decoration: none | Specifies the text decoration for normal state. |
HoverStyle.CssText | text-decoration: underline | Specifies the text decoration for hover state. |
SelectedStyle.CssText | text-decoration: none | Specifies the text decoration for selected state. |
Text.Padding.Top | 2 | Text top paddings. |
Text.Padding.Bottom | 3 | Text bottom paddings. |