Version 23.1 (latest)

TBarButton Class Methods

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

Public Methods
 NameDescription
Public MethodCloneCreates a deep copy of this button.  
Public MethodPressedSets a Button's Selected state.  
Public MethodResetKeySets the key back to null (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectBase)
Public MethodToStringOverridden to give a short description of this class.  
Public MethodTrackViewStateActivates the tracking of viewstate. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Protected Methods
 NameDescription
Protected MethodLoadViewStateRestores viewstate at the beginning of processing an HTTP request. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
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. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
See Also