Version

TBObject Class Members

The following tables list the members exposed by TBObject.

Protected Fields
 NameDescription
Protected FieldstateObjRetains state and serves as a proxy for the ViewState bag prior to this Toolbar item being added to a collection attached to the UltraWebToolbar element.  
Public Properties
 NameDescription
Public PropertyIDReturns an index-based ID for this Toolbar item.  
Public PropertyKeyOverridden. Unique string identifier used to retrieve this Toolbar item from within its collection.  
Public PropertyParentGets a reference to this Toolbar item's parent.  
Public PropertyTagArbitrary data object storing extra information to meet application-specific demands.  
Public PropertyToolBarReturns the UltraWebToolbar element that owns this Toolbar item.  
Protected Properties
 NameDescription
Protected PropertyIsTrackingViewStateIndicates whether this Toolbar item currently tracks viewstate.  
Protected PropertyViewStateGets the state management object used by this Toolbar item.  
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