Class RadioGroupElement
Represents a group of radio buttons
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 RadioGroupElement : Element, IDisposable
Constructors
RadioGroupElement(ElementHostControl)
Declaration
public RadioGroupElement(ElementHostControl host)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementHostControl | host |
Properties
ButtonVSpacing
Declaration
public int ButtonVSpacing { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
CheckedElement
Returns selected item or null
Declaration
public RadioButtonElement CheckedElement { get; }
Property Value
| Type | Description |
|---|---|
| RadioButtonElement |
Padding
Declaration
public Padding Padding { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Forms.Padding |
UpdateCount
Returns nesting depth of BeginUpdate() call
Declaration
public int UpdateCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
AddItem(Object, Object)
Declaration
public void AddItem(object key, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | key | |
| System.Object | value |
BeginUpdate()
Declaration
public void BeginUpdate()
CheckButtonWithKey(Object)
Tries to find a button with specified key and checks it. Returns true if button could be found
Declaration
public bool CheckButtonWithKey(object key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | key |
Returns
| Type | Description |
|---|---|
| System.Boolean |
ClearItems()
Declaration
public void ClearItems()
Destructor()
Declaration
protected override void Destructor()
Overrides
EnabledChanged()
Declaration
protected override void EnabledChanged()
Overrides
EndUpdate()
Declaration
public void EndUpdate()
FieldControlContextChanged()
Declaration
protected override void FieldControlContextChanged()
Overrides
MouseTransparentChanged()
Declaration
protected override void MouseTransparentChanged()
Overrides
OnCheckedChanged(EventArgs)
Declaration
protected virtual void OnCheckedChanged(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.EventArgs | e |
Paint(Graphics)
Declaration
protected override void Paint(Graphics gr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Graphics | gr |
Overrides
RegionChanged()
Declaration
protected override void RegionChanged()
Overrides
RemoveItem(Object, Object)
Declaration
public void RemoveItem(object key, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | key | |
| System.Object | value |
VisibleChanged()
Declaration
protected override void VisibleChanged()
Overrides
ZOrderChanged()
Declaration
protected override void ZOrderChanged()
Overrides
Events
CheckedChanged
Declaration
public event EventHandler CheckedChanged
Event Type
| Type | Description |
|---|---|
| System.EventHandler |
Implements
System.IDisposable