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 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 MSDN skin is created
This following table lists properties used by the built-in MSDN skin.
Property Value Remarks

The following properties apply on the _Default look. The Default look is automatically applied to all navigation items which LookID is the default value Auto when there is no other look item defined.

  • To access the _Default look item in code, use Menu.ItemLooks.Default
  • To modify the _Default look with Menu Builder, start Menu Builder, select the _Default look item, then edit its properties in the property grid;
NormalStyle.CssText background-color: transparent;
border-top-style: none;
border-bottom-style: none;
border-left-style: none;
border-right-style: none;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
No border, no background color.
HoverStyle.CssText background-color: #cccccc;
border-left: #999999 1px solid;
border-right: #999999 1px solid;
border-top: #999999 1px solid;
border-bottom: #999999 1px solid;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 4px;
padding-right: 4px;
Gray border and dark gray background color. Paddings are adjusted to compensate space occupied by the borders.
SubMenu.Style.CssText font-size: 9pt;
font-family: Verdana;
color: black;
cursor: hand; background-color: #f1f1f1;
border-right: #999999 1px solid;
border-top: #999999 1px solid;
border-left: #999999 1px solid;
border-bottom: #999999 1px solid;
padding-right: 2px;
padding-left: 2px;
padding-bottom: 2px;
padding-top: 2px
Gray border, light gray background for the menu group. Font and cursor are also specified here.
SubMenu.ItemSpacing 3 3 pixels between each navigation item
SubMenu.LeftIconCellWidth 12 Reserves some space on the left side of a vertical navigation item group for the default check icon .