Click or drag to resize
weroSoft AG, Software
PageTitleImage Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the restrictions for usage a dialog page.

Namespace:  WeroSoft.Workflow.Common.Visualization
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum PageTitleImage
Members
  Member nameValueDescription
Unknown0 The title image reflects unknown status.
Invariant1 The page title image reflects invariant status (no image).
InvariantShow2 The title image reflects invariant status (invariant image).
Stated3 The title image reflects the current state of the page.
Success4 The title image reflects that the page has successfully be finished.
Warning5 The title image reflects that the page has not completely finished, and some corrections are needed to change to success status.
Error6 The title image reflects that at least one error has been detected on this page.
Information7 The title image reflects that a page shows information only.
See Also