Class RadioButton
Inheritance
System.Object
RadioButton
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class RadioButton : ToggleButton, IAutomationPeer, IPeerConverter, IButtonBase, IContentControl, IControl, IRadioButton, IToggleButton, IFrameworkElement, ITargetElement
Constructors
RadioButton()
Declaration
public RadioButton()
Fields
GroupNameProperty
Properties
GroupName
Declaration
public string GroupName { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|