HtmlControl::Style Property
.NET Framework (current version)
Gets a collection of all cascading style sheet (CSS) properties applied to a specified HTML server control in the ASP.NET file.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] 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.
.NET Framework
Available since 1.1
Available since 1.1
Show: