This documentation is archived and is not being maintained.

HtmlControl::Style Property

Gets a collection of all cascading style sheet (CSS) properties applied to a specified HTML server control in the ASP.NET file.

Namespace:  System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

[BrowsableAttribute(false)]
public:
property CssStyleCollection^ Style {
	CssStyleCollection^ get ();
}

Property Value

Type: System.Web.UI::CssStyleCollection
A System.Web.UI::CssStyleCollection object that contains the style properties for the HTML server control.

Use this property to programmatically access the style properties of the HTML server control.

For additional information on the CSS style collection, see the System.Web.UI::CssStyleCollection class.

The following code example demonstrates how to use the Style property to determine the style properties of an HtmlSelect control.

No code example is currently available or this language may not be supported.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: