STSeriesWorkflowButton Constructor | |
Constructs a new WorkflowButton object
Namespace: Scriptel.STSeriesAssembly: 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
)
Public Sub New (
left As Integer,
right As Integer,
top As Integer,
bottom As Integer,
buttonType As STSeriesWorkflowButtonWorkflowButtonType
)
public:
STSeriesWorkflowButton(
int left,
int right,
int top,
int bottom,
STSeriesWorkflowButtonWorkflowButtonType buttonType
)
new :
left : int *
right : int *
top : int *
bottom : int *
buttonType : STSeriesWorkflowButtonWorkflowButtonType -> STSeriesWorkflowButton
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