CssStyleCollection.Remove Method (HtmlTextWriterStyle)

 

Removes a style item from the CssStyleCollection collection of a control using the specified HtmlTextWriterStyle enumeration value.

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

Public Sub Remove (
	key As HtmlTextWriterStyle
)

Parameters

key
Type: System.Web.UI.HtmlTextWriterStyle

The HtmlTextWriterStyle enumeration value to remove.

.NET Framework
Available since 2.0
Return to top
Show: