Version

TBButtonGroup Class Members

The following tables list the members exposed by TBButtonGroup.

Public Constructors
 NameDescription
Public ConstructorTBButtonGroup ConstructorCreates a Button Group with an empty collection of buttons.  
Protected Fields
 NameDescription
Protected FieldstateObjRetains state and serves as a proxy for the TBObject.ViewState bag prior to this Toolbar item being added to a collection attached to the UltraWebToolbar element. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public Properties
 NameDescription
Public PropertyButtonsThe collection of buttons belonging to this group.  
Public PropertyDefaultStyleThe style used when rendering a group button by default.  
Public PropertyHoverStyleThe style used when a group button in this group is moused over.  
Public PropertyIDReturns an index-based ID for this Toolbar item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public PropertyKeyUnique string identifier used to retrieve this Toolbar item from within its collection. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public PropertyParentGets a reference to this Toolbar item's parent. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public PropertySelectedButtonSelected button of this group.  
Public PropertySelectedStyleThe style used when a group button in this group is depressed.  
Public PropertyTagArbitrary data object storing extra information to meet application-specific demands. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public PropertyToolBarReturns the UltraWebToolbar element that owns this Toolbar item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Protected Properties
 NameDescription
Protected PropertyIsTrackingViewStateIndicates whether this Toolbar item currently tracks viewstate. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Protected PropertyViewStateGets the state management object used by this Toolbar item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public Methods
 NameDescription
Public MethodCloneCreates a deep copy of this object.  
Public MethodResetKeySets the key back to null (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectBase)
Public MethodToStringProvides a description of the Button group.  
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