Class RadioButtonElement
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Azos.WinForms.Elements
Assembly: Azos.WinForms.dll
Syntax
public class RadioButtonElement : CheckableElement, IDisposable
Constructors
RadioButtonElement(ElementHostControl)
Declaration
public RadioButtonElement(ElementHostControl host)
Parameters
Type | Name | Description |
---|---|---|
ElementHostControl | host |
Properties
Key
Declaration
public object Key { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
Paint(Graphics)
Declaration
protected override void Paint(Graphics gr)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | gr |
Overrides
Implements
System.IDisposable