SELECTEDSTYLE Attribute | selectedStyle Property

Sets or retrieves a value that indicates the style for the selected element.

Syntax

HTML <namespace:ELEMENT SELECTEDSTYLE = sStyle... >
Scripting object.selectedStyle [ = sStyle ]

Possible Values

namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag.
sStyle String that specifies one or more Cascading Style Sheets (CSS) attribute/value pairs.

The property is read/write. The property has no default value.

Remarks

If the property is not set, the selected item(s) display the default behavior.

Applies To

TAB, TOOLBAR, TREEVIEW

See Also

Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl