Click or drag to resize

StiCustomStyleButtonInfo Constructor (Object, Object, 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(
	Object iconWpf16,
	Object iconWpf32,
	string text,
	Type styleType
)

Parameters

iconWpf16
Type: SystemObject

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

iconWpf32
Type: SystemObject

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

text
Type: SystemString

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

styleType
Type: SystemType

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

See Also