StyleCollection.Remove Method

Removes the specified Style object from the StyleCollection object.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
void Remove (
	Style^ style
)
public void Remove (
	Style style
)
public function Remove (
	style : Style
)
Not applicable.

Parameters

style

The Style object to remove from the collection.

Use the Remove method to remove the specified Style object from the StyleCollection object. All items that follow the Style object are then moved up to fill in the vacant position. The indexes of the moved items are also updated.

To remove a Style object from the StyleCollection object at a specific index location, use the RemoveAt method. You can also remove every Style object in the collection using the Clear method.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: