Click or drag to resize

WorkflowView Properties

The WorkflowView type exposes the following members.

Properties
  NameDescription
Public propertyArrowClr
This property controls the drawing color of the arrows that appear between neighboring stations.
Public propertyBorderVisible
This property controls whether a thin 3D border will be displayed around the control or not.
Public propertyElasticStations
When this property is True, and the control dimensions are larger than the space required to draw the current station sequence using the default station size, the station width (in horizontal station modes) or height (in vertical station modes) will be automatically expanded to fit into the current control space.
Public propertyGridLineClr
This property controls the drawing color of the grid visible in mixed mode.
Public propertyObjectProgressClr
This property controls the base color of the gradient filled objects' progress indication in mixed mode.
Public propertyObjectProgressTextClr
This property controls the drawing color of the objects' progress text in mixed mode.
Public propertyObjectTextClr
This property controls the drawing color of the objects' text in mixed mode.
Public propertyProcessObjectEvents
This property controls whether object events will be processed and reported or ignored when a workflow is being executed.
Public propertySelectedObjectTextClr
This property controls the drawing color of the selected objects' text in mixed mode.
Public propertyStationCount
This property returns the number of stations currently contained by the control.
Public propertyStationHeight
This property returns the height of stations drawn by the control.
Public propertyStationPipeClr
This property controls the drawing color of the pipes displayed in mixed mode.
Public propertyStationProgressClr
This property controls the base color of the gradient filled stations' progress indicating.
Public propertyStationProgressTextClr
This property controls the drawing color of the stations' progress text.
Public propertyStationTextClr
This property controls the drawing color of the stations' label text.
Public propertyStationWidth
This property returns the width of stations drawn by the control.
Public propertyTabStop
This property controls whether or not the user can give the focus to this control using the Tab key.
Public propertyTooltipBKClr
This property controls the drawing color of the appearing info tips' background.
Public propertyTooltipTextClr
This property controls the drawing color of the appearing info tips' text.
Public propertyViewBKClr
This property controls the drawing color of the control's background.
Public propertyViewerMode
This property controls the working mode of the control.
Public propertyWorkflowHeight
This property returns the height of the area requested to draw all stations.
Public propertyWorkflowWidth
This property returns the width of the area requested to draw all stations.
Top
See Also