IZooClientUtilities.ShowLicenseValidationUi Method

IZooClientUtilitiesShowLicenseValidationUi Method

Shows user interface to validate and register a license. Returns true if the license is successfully validated; false otherwise

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
bool ShowLicenseValidationUi(
	Object verify,
	string cdkey
)
Function ShowLicenseValidationUi ( 
	verify As Object,
	cdkey As String
) As Boolean

Parameters

verify
Type: SystemObject

[Missing <param name="verify"/> documentation for "M:Rhino.Runtime.IZooClientUtilities.ShowLicenseValidationUi(System.Object,System.String)"]

cdkey
Type: SystemString

[Missing <param name="cdkey"/> documentation for "M:Rhino.Runtime.IZooClientUtilities.ShowLicenseValidationUi(System.Object,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Runtime.IZooClientUtilities.ShowLicenseValidationUi(System.Object,System.String)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also