Click or drag to resize

StiCustomStyleButtonInfo Constructor (Image, Image, String, Type)

Initializes a new instance of the StiCustomStyleButtonInfo class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiCustomStyleButtonInfo(
	Image icon16,
	Image icon32,
	string text,
	Type styleType
)

Parameters

icon16
Type: System.DrawingImage

[Missing <param name="icon16"/> documentation for "M:Stimulsoft.Report.Events.StiCustomStyleButtonInfo.#ctor(System.Drawing.Image,System.Drawing.Image,System.String,System.Type)"]

icon32
Type: System.DrawingImage

[Missing <param name="icon32"/> documentation for "M:Stimulsoft.Report.Events.StiCustomStyleButtonInfo.#ctor(System.Drawing.Image,System.Drawing.Image,System.String,System.Type)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Report.Events.StiCustomStyleButtonInfo.#ctor(System.Drawing.Image,System.Drawing.Image,System.String,System.Type)"]

styleType
Type: SystemType

[Missing <param name="styleType"/> documentation for "M:Stimulsoft.Report.Events.StiCustomStyleButtonInfo.#ctor(System.Drawing.Image,System.Drawing.Image,System.String,System.Type)"]

See Also