Class RadioGroup
Group box that hosts a set of mutually exclusive radio buttons built from a caption list, exposing the selected index and auto-laying out the buttons horizontally or vertically.
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class RadioGroup : GroupBoxAdvanced, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
View SourceRadioGroup()
Declaration
public RadioGroup()
Fields
View SourceFHorizontal
Declaration
public bool FHorizontal
Field Value
| Type | Description |
|---|---|
| bool |
SelectedIndexChanged
Declaration
public EventHandler SelectedIndexChanged
Field Value
| Type | Description |
|---|---|
| EventHandler |
Properties
View SourceAutoAdjustSize
Declaration
public bool AutoAdjustSize { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Horizontal
Declaration
public bool Horizontal { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
View SourceDispose(bool)
Limpiar los recursos que se estén utilizando.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true si los recursos administrados se deben eliminar; false en caso contrario, false. |
Overrides
View SourceOnFontChanged(EventArgs)
Declaration
protected override void OnFontChanged(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
View SourceOnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| PaintEventArgs | e |
Overrides
View SourceOnParentChanged(EventArgs)
Declaration
protected override void OnParentChanged(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
View SourceOnResize(EventArgs)
Declaration
protected override void OnResize(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
View SourceSetCaptions(Strings)
Declaration
public void SetCaptions(Strings captions)
Parameters
| Type | Name | Description |
|---|---|---|
| Strings | captions |