Remove Method

Remove the Cascading Style Sheets (CSS) attribute.

Syntax

Visual Basic  Public   Sub 
Remove( ByVal sCssName As string )
C# public  void 
Remove(string sCssName );
Managed C++ public:  void 
Remove(string sCssName );
JScript public  function
Remove(sCssName : string );

Parameters

sCssName Required. The CSS attribute name.

Return Value

No return value.

Applies To

CssCollection

See Also

Internet Explorer WebControls