StiRadioButtonControl Class
Namespace: Stimulsoft.Report.Dialogs
Inheritance
Inherits from: StiReportControl
Constructors
| Constructor | Description |
|---|---|
| StiRadioButtonControl() | Creates a new StiRadioButtonControl. |
| StiRadioButtonControl(RectangleD rect) | Creates a new StiRadioButtonControl. |
StiRadioButtonControl()
Creates a new StiRadioButtonControl.
StiRadioButtonControl(rect: RectangleD)
Creates a new StiRadioButtonControl.
Parameters
- rect (RectangleD) — The rectangle describes sizes and position of the control.
Methods
| Method | Returns | Description |
|---|---|---|
| GetDefaultEvent | StiEvent | Gets default event for this report control. |
| GetEvents | StiEventsCollection | Return events collection of this component; |
| InvokeCheckedChanged | void | |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
GetDefaultEvent
GetDefaultEvent(): StiEvent
Gets default event for this report control.
Returns StiEvent — Default event.
GetEvents
GetEvents(): StiEventsCollection
Return events collection of this component;
Returns StiEventsCollection
InvokeCheckedChanged
InvokeCheckedChanged(e: EventArgs): void
Parameters
- e (EventArgs)
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject