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 Windows2K skin is created |
This following table lists properties used by the built-in Windows2K 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, which explains the various implementation techniques used in this skin in much greater detail.
Property | Value | Remarks |
---|---|---|
The following properties apply on the _Default look. The Default look is automatically applied to all tab items in this skin.
|
||
LeftIcon.Url | 00010301 | The ID of the built-in image |
Image.Url | 00010302 | The ID of the built-in image |
RightIcon.Url | 00010303 | The ID of the built-in image |
LeftIcon.SelectedUrl | 00010304 | The ID of the built-in image |
Image.SelectedUrl | 00010305 | The ID of the built-in image |
RightIcon.SelectedUrl | 00010306 | 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 |
font-family: tahoma;
font-size: 8pt; background-image: url(00010300); background-repeat: repeat-x; cursor: default; |
Specifies the background image and font for the whole tab group. 00010300 is the ID of the built-in image that forms the bottom border. |
NormalStyle.CssText |
position: relative;
top: 2px; |
The item is 2 pixels below the original position in normal state. |
SelectedStyle.CssText |
position: relative;
top: 0px; |
The item is at its original position in selected state. |
Text.Padding.Top | 3 | Text paddings. |