Version

TrackViewState Method (UltraWebToolbar)

Triggers the retention of viewstate changes for the UltraWebToolbar element.
Syntax
'Declaration
 
Protected Overrides Sub TrackViewState() 
protected override void TrackViewState()
Remarks

Subclasses whose extensions also require them to override the UltraWebToolbar's implementation of IStateManager may need to override this method. Unless overriden, this method will trigger viewstate tracking of itself and it's IStateManager implementation.

Note: The information above applies only to advanced developers extending the UltraWebToolbar class. It does not pertain to Web applications.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also