Click or drag to resize
STSeriesWorkflowButton Constructor Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Constructs a new WorkflowButton object

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public STSeriesWorkflowButton(
	int left,
	int right,
	int top,
	int bottom,
	STSeriesWorkflowButtonWorkflowButtonType buttonType
)

Parameters

left
Type: SystemInt32
left x value of the button
right
Type: SystemInt32
right x value of the button
top
Type: SystemInt32
top y value of the button
bottom
Type: SystemInt32
bottom y value of the button
buttonType
Type: Scriptel.STSeriesSTSeriesWorkflowButtonWorkflowButtonType
action associated with the button
See Also