HotSpot::IsTrackingViewState Property

 

Gets a value indicating whether the HotSpot object is tracking its view-state changes.

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

protected:
property bool IsTrackingViewState {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the HotSpot object is tracking its view-state changes; otherwise, false.

The IsTrackingViewState member is used primarily by control developers when deriving a custom implementation from the HotSpot class.

.NET Framework
Available since 2.0
Return to top
Show: