StiCustomStyleButtonInfo Class
Namespace: Stimulsoft.Report.Events
Constructors
| Constructor | Description |
|---|---|
| StiCustomStyleButtonInfo(Image icon16, Image icon32, string text, Type styleType) | |
| StiCustomStyleButtonInfo(object iconWpf16, object iconWpf32, string text, Type styleType) |
StiCustomStyleButtonInfo(icon16: Image, icon32: Image, text: string, styleType: Type)
Parameters
StiCustomStyleButtonInfo(iconWpf16: object, iconWpf32: object, text: string, styleType: Type)
Parameters
- iconWpf16 (object)
- iconWpf32 (object)
- text (string)
- styleType (Type)
Properties
| Property | Type | Description |
|---|---|---|
| Icon16 | Image | |
| Icon32 | Image | |
| IconWpf16 | object | |
| IconWpf32 | object | |
| StyleType | Type | |
| Text | string |