StiQuickButtonHelper Class
Namespace: Stimulsoft.Report.QuickButtons
Summary description for StiQuickButtonHelper.
Methods
| Method | Returns | Description |
|---|---|---|
CheckVisibleQuickButtons static |
bool | Checks visibility of the quick button rectangle. |
GetQuickButtonRect static |
RectangleD | Returns quick button rectangle. |
GetQuickButtons static |
StiQuickButton[] |
Method Details
CheckVisibleQuickButtons static
CheckVisibleQuickButtons(rect: RectangleD): bool
Checks visibility of the quick button rectangle.
Parameters
- rect (RectangleD) — A rectangle of the component.
Returns bool
GetQuickButtonRect static
GetQuickButtonRect(**: StiQuickButtonbuttons, **buttonIndex: int, rect: RectangleD): RectangleD
Returns quick button rectangle.
Parameters
- ** (StiQuickButtonbuttons)
- buttonIndex (int) — An index of the quick button.
- rect (RectangleD) — A rectangle of the component.
Returns RectangleD — Returns a rectangle of the quick button.
GetQuickButtons static
GetQuickButtons(type: Type): StiQuickButton[]
Parameters
- type (Type)
Returns StiQuickButton[]