PlugIn.AskUserForLicense Method (LicenseBuildType, Boolean, String, Object, ValidateProductKeyDelegate)

PlugInAskUserForLicense Method (LicenseBuildType, Boolean, String, Object, ValidateProductKeyDelegate)

[Missing <summary> documentation for "M:Rhino.PlugIns.PlugIn.AskUserForLicense(Rhino.PlugIns.LicenseBuildType,System.Boolean,System.String,System.Object,Rhino.PlugIns.ValidateProductKeyDelegate)"]

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool AskUserForLicense(
	LicenseBuildType productBuildType,
	bool standAlone,
	string textMask,
	Object parentWindow,
	ValidateProductKeyDelegate validateDelegate
)
Public Function AskUserForLicense ( 
	productBuildType As LicenseBuildType,
	standAlone As Boolean,
	textMask As String,
	parentWindow As Object,
	validateDelegate As ValidateProductKeyDelegate
) As Boolean

Parameters

productBuildType
Type: Rhino.PlugInsLicenseBuildType

[Missing <param name="productBuildType"/> documentation for "M:Rhino.PlugIns.PlugIn.AskUserForLicense(Rhino.PlugIns.LicenseBuildType,System.Boolean,System.String,System.Object,Rhino.PlugIns.ValidateProductKeyDelegate)"]

standAlone
Type: SystemBoolean

[Missing <param name="standAlone"/> documentation for "M:Rhino.PlugIns.PlugIn.AskUserForLicense(Rhino.PlugIns.LicenseBuildType,System.Boolean,System.String,System.Object,Rhino.PlugIns.ValidateProductKeyDelegate)"]

textMask
Type: SystemString

[Missing <param name="textMask"/> documentation for "M:Rhino.PlugIns.PlugIn.AskUserForLicense(Rhino.PlugIns.LicenseBuildType,System.Boolean,System.String,System.Object,Rhino.PlugIns.ValidateProductKeyDelegate)"]

parentWindow
Type: SystemObject

[Missing <param name="parentWindow"/> documentation for "M:Rhino.PlugIns.PlugIn.AskUserForLicense(Rhino.PlugIns.LicenseBuildType,System.Boolean,System.String,System.Object,Rhino.PlugIns.ValidateProductKeyDelegate)"]

validateDelegate
Type: Rhino.PlugInsValidateProductKeyDelegate

[Missing <param name="validateDelegate"/> documentation for "M:Rhino.PlugIns.PlugIn.AskUserForLicense(Rhino.PlugIns.LicenseBuildType,System.Boolean,System.String,System.Object,Rhino.PlugIns.ValidateProductKeyDelegate)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.PlugIns.PlugIn.AskUserForLicense(Rhino.PlugIns.LicenseBuildType,System.Boolean,System.String,System.Object,Rhino.PlugIns.ValidateProductKeyDelegate)"]

Version Information

Rhino for Mac

Supported in: 5.4
See Also