Version

UltraRadioButtonGroupManager Class Members

The following tables list the members exposed by UltraRadioButtonGroupManager.

Public Constructors
 NameDescription
Public ConstructorUltraRadioButtonGroupManager ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAllowAllUpGets or sets a value which determines whether all of the radio buttons in the group can be up (unchecked) at the same time.  
Public PropertyAppearanceAppearance applied to all of the UltraRadioButton controls in this group.  
Public PropertyCheckedAppearanceAppearance applied to the UltraRadioButton control in this group that is checked.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyEventManagerThe object that enables, disables and controls firing of specific component events.  
Public PropertyHasAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasCheckedAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHotTrackingAppearanceReturns a Boolean value that indicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHotTrackingAppearanceAppearance applied to all of the UltraRadioButton controls in this group when hottracked.  
Public PropertySelectedRadioButtonreturns the UltraRadioButton which is currently selected (checked) in this group, or null if there is no selected RadioButton.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded. Overridden.   
Public MethodGetAllRadioButtonsInGroupReturns an enumerable list of all of the RadioButtons in this group.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodResetResets all Layout properties back to their default values  
Public MethodResetAppearanceResets the Appearance property to its default value.  
Public MethodResetCheckedAppearanceResets the CheckedAppearance property to its default value.  
Public MethodResetHotTrackingAppearanceResets the HotTrackingAppearance property to its default value.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Win.UltraComponentBase)
Protected MethodOnBeginInitInvoked during the System.ComponentModel.ISupportInitialize.BeginInit of the component.  
Protected MethodOnDeserializationCalled after this instance has been de-serialized.  
Protected MethodOnEndInitInvoked during the System.ComponentModel.ISupportInitialize.EndInit of the component.  
Protected MethodOnPropertyChangedOverridden. Called when a property or subobject's property value has changed.  
Protected MethodOnSubObjectPropChangedCalled when a property has changed on a sub object.  
Protected MethodShouldSerializeAppearanceDetermines whether the Appearance property is set to its default value.  
Protected MethodShouldSerializeCheckedAppearanceDetermines whether the CheckedAppearance property is set to its default value.  
Protected MethodShouldSerializeHotTrackingAppearanceDetermines whether the HotTrackingAppearance property is set to its default value.  
Public Events
 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventSelectionChangedOccurs when the user selects (or de-selects) one of the radio buttons in this group.  
See Also