StiButtonControl Class
Namespace: Stimulsoft.Report.Dialogs
Inheritance
Inherits from: StiReportControl
Constructors
| Constructor | Description |
|---|---|
| StiButtonControl() | Creates a new StiButtonControl. |
| StiButtonControl(RectangleD rect) | Creates a new StiButtonControl. |
StiButtonControl()
Creates a new StiButtonControl.
StiButtonControl(rect: RectangleD)
Creates a new StiButtonControl.
Parameters
- rect (RectangleD) — The rectangle describes sizes and position of the control.
Properties
| Property | Type | Description |
|---|---|---|
| Control | Button | |
| ImageAlign | ContentAlignment | |
| TextAlign | ContentAlignment |
Methods
| Method | Returns | Description |
|---|---|---|
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject