LicenseUtilsAskUserForLicense Method (Int32, Boolean, Object, String, ValidateProductKeyDelegate) |
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)
public static bool AskUserForLicense( int productType, bool standAlone, Object parentWindow, string textMask, ValidateProductKeyDelegate validateDelegate )
Public Shared Function AskUserForLicense ( productType As Integer, standAlone As Boolean, parentWindow As Object, textMask As String, validateDelegate As ValidateProductKeyDelegate ) As Boolean
Parameters
- productType
- Type: SystemInt32
[Missing <param name="productType"/> documentation for "M:Rhino.PlugIns.LicenseUtils.AskUserForLicense(System.Int32,System.Boolean,System.Object,System.String,Rhino.PlugIns.ValidateProductKeyDelegate)"]
- standAlone
- Type: SystemBoolean
[Missing <param name="standAlone"/> documentation for "M:Rhino.PlugIns.LicenseUtils.AskUserForLicense(System.Int32,System.Boolean,System.Object,System.String,Rhino.PlugIns.ValidateProductKeyDelegate)"]
- parentWindow
- Type: SystemObject
[Missing <param name="parentWindow"/> documentation for "M:Rhino.PlugIns.LicenseUtils.AskUserForLicense(System.Int32,System.Boolean,System.Object,System.String,Rhino.PlugIns.ValidateProductKeyDelegate)"]
- textMask
- Type: SystemString
[Missing <param name="textMask"/> documentation for "M:Rhino.PlugIns.LicenseUtils.AskUserForLicense(System.Int32,System.Boolean,System.Object,System.String,Rhino.PlugIns.ValidateProductKeyDelegate)"]
- validateDelegate
- Type: Rhino.PlugInsValidateProductKeyDelegate
[Missing <param name="validateDelegate"/> documentation for "M:Rhino.PlugIns.LicenseUtils.AskUserForLicense(System.Int32,System.Boolean,System.Object,System.String,Rhino.PlugIns.ValidateProductKeyDelegate)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.PlugIns.LicenseUtils.AskUserForLicense(System.Int32,System.Boolean,System.Object,System.String,Rhino.PlugIns.ValidateProductKeyDelegate)"]