This documentation is archived and is not being maintained.

Style.Reset Method

Removes any defined style elements from the state bag.

[Visual Basic]
Public Overridable Sub Reset()
[C#]
public virtual void Reset();
[C++]
public: virtual void Reset();
[JScript]
public function Reset();

Remarks

Use this method to remove any defined style elements from the state bag.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

Style Class | Style Members | System.Web.UI.WebControls Namespace

Show: