Version

TBObject Class Methods

For a list of all members of this type, see TBObject members.

Public Methods
 NameDescription
Public MethodCloneCreates and returns a deep copy of this object.  
Public MethodResetKeySets the key back to null (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectBase)
Public MethodTrackViewStateActivates the tracking of viewstate.  
Protected Methods
 NameDescription
Protected MethodLoadViewStateRestores viewstate at the beginning of processing an HTTP request.  
Protected MethodOnAddedToCollectionCalled when this object is being added to the passed in collection. The default implementation sets the internal primaryCollection reference if it hasn't already been set (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectBase)
Protected MethodOnRemovedFromCollectionCalled when this object is being removed from the passed in collection. The default implementation nulls out the primaryCollection if the passed in collection matches (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectBase)
Protected MethodSaveViewStatePreserves viewstate at the end of processing an HTTP request.  
See Also