Intersoft ClientUI Documentation
UXRadioButton Class
Members 



Represents a radio button control that user can select when clicking it. The selected radio button will automatically clear the other radio buttons within the same GroupName.
Object Model
UXRadioButton ClassISFramework ClassStylishLabel Class
Syntax
<DescriptionAttribute("Represents a radio button control that user can select when clicking it. The selected radio button will automatically clear the other radio buttons within the same GroupName.")>
Public Class UXRadioButton 
   Inherits UXToggleButton
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, Intersoft.Client.Framework.INavigationSourceIntersoft.Client.Framework.INavigationSupportIntersoft.Client.Framework.Input.ICommandSourceIntersoft.Client.Framework.Input.IKeyboardFocus 
Dim instance As UXRadioButton
[DescriptionAttribute("Represents a radio button control that user can select when clicking it. The selected radio button will automatically clear the other radio buttons within the same GroupName.")]
public class UXRadioButton : UXToggleButton, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, Intersoft.Client.Framework.INavigationSourceIntersoft.Client.Framework.INavigationSupportIntersoft.Client.Framework.Input.ICommandSourceIntersoft.Client.Framework.Input.IKeyboardFocus  
[DescriptionAttribute("Represents a radio button control that user can select when clicking it. The selected radio button will automatically clear the other radio buttons within the same GroupName.")]
public ref class UXRadioButton : public UXToggleButton, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, Intersoft.Client.Framework.INavigationSourceIntersoft.Client.Framework.INavigationSupportIntersoft.Client.Framework.Input.ICommandSourceIntersoft.Client.Framework.Input.IKeyboardFocus  
Remarks

You use UXRadioButton to allow users to select one of a range of options. UXRadioButton works similar to UXToggleButton in many ways except they use different kind of presentation.

Since UXRadioButton indirectly derives from UXButton, it exposes many of the features available in UXButton such as ImageContent presentation model, default and cancel button, dialog result, commanding, navigation, and more. To learn about the common features of the button, see UXButton Overview.

The following example shows how to create a number of UXRadioButton instances to represent a group of choices.

XAML
Copy Code
<StackPanel>
        <Intersoft:UXRadioButton Content="Use server timezone" 
                                 VerticalContentAlignment="Center" 
                                 CheckedState="True"/>

        <Intersoft:UXRadioButton Content="Choose custom timezone" 
                                 VerticalContentAlignment="Center"/>
</StackPanel>
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  System.Windows.Controls.Primitives.ButtonBase
                     System.Windows.Controls.Button
                        Intersoft.Client.Framework.ISButton
                           Intersoft.Client.UI.Aqua.UXButton
                              Intersoft.Client.UI.Aqua.UXToggleButton
                                 Intersoft.Client.UI.Aqua.UXRadioButton
                                    Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonRadioButton

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXRadioButton Members
Intersoft.Client.UI.Aqua Namespace

Send Feedback