Click or drag to resize

ValidateResult Enumeration

ValidateProductKeyDelegate result code.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum ValidateResult
Members
  Member nameValueDescription
Success1The product key or license is validated successfully.
ErrorShowMessage0 There was an error validating the product key or license, the license manager show an error message.
ErrorHideMessage-1 There was an error validating the product key or license. The validating delegate will show an error message, not the license manager.
See Also