StyleCollection::SetDirtyObject Method (Object^)

 
Use BaseTrue

Instructs the input Style object contained in the collection to record its entire state to view state, rather than recording only change information.

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

protected:
virtual void SetDirtyObject(
	Object^ o
) override

Parameters

o
Type: System::Object^

The Style object that should serialize itself completely.

.NET Framework
Available since 2.0
Return to top
Show: