Style Property

Sets or retrieves a collection of text attributes that render as a style attribute on the outer tag.

Syntax

Visual Basic  Public  Property Style As CssCollection
C# public  CssCollection Style { get; set; }
Managed C++ public:  __property CssCollection get_Style();
public:  __property void set_Style(CssCollection);
JScript public   function get Style() : CssCollection;
public   function set Style(CssCollection);

Possible Values

sStyle CssCollection that specifies one or more Cascading Style Sheets (CSS) attribute/value pairs.

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

Applies To

TOOLBARDROPDOWNLIST, TOOLBARTEXTBOX

See Also

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