DeployLX Software Protection System

FormResult Enumeration

Defines the possible results from showing a form such as a SuperFormPanel in the SuperForm to the user.

Syntax

Public Enumeration FormResult
public enum FormResult

Members

Unknown

The result is unknown.

Success

The required interaction was successful.

Failure

The user did not perform the required steps.

Incomplete

The interaction was interrupted before it could be completed.

NotShown

The user was never shown any UI. Returned in cases when a UI is unavailable such as when validating from a web application or service.

Retry

Something happened during validation that requires the license to be revalidated.

Closed

The form was closed before a result could be obtained.

DontReshowPanel

Flag that indicates if the calling panel should not be restored. Useful for child panels that will return a result that will immediately be returned by the parent window.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also