Accusoft.Forms1 - Updated
EvaluationMode Property (Licensing)



Accusoft.SmartZoneICRSdk Namespace > Licensing Class : EvaluationMode Property
Gets and sets the method in which this component is limited in evaluation mode.
Syntax
Public Property EvaluationMode As EvaluationMode
Dim instance As Licensing
Dim value As EvaluationMode
 
instance.EvaluationMode = value
 
value = instance.EvaluationMode
public EvaluationMode EvaluationMode {get; set;}
public:
property EvaluationMode EvaluationMode {
   EvaluationMode get();
   void set (    EvaluationMode value);
}
Remarks

To simplify your evaluation of this component, Accusoft has implemented an evaluation mode. Normally, this mode will display a dialog box reminding you that you are using evaluation mode. In certain environments with no user interface, such as services, displaying a dialog box will cause the application to stop and you must change the evaluation mode to TimeOut to avoid that problem.

See Also

Reference

Licensing Class
Licensing Members
EvaluationMode Enum