DeployLX Software Protection System

SuperFormLimit Class

Serves as an abstract base class for ISuperFormLimits that implements the required interface.

Syntax

<SerializableAttribute> _
Public MustInherit Class SuperFormLimit _
	Inherits Limit _
	Implements IMultipleSuperFormLimit, ISuperFormLimit
[SerializableAttribute]
public abstract class SuperFormLimit : Limit, 
	IMultipleSuperFormLimit, ISuperFormLimit

Remarks

See the Licensing User Interface topic for details about the SuperForm and other user interface features.

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..Limit
    DeployLX.Licensing.v5..::..SuperFormLimit
      NetworkLicenseRegistrationLimit
      DeployLX.Licensing.v5..::..ActivationLimit
      DeployLX.Licensing.v5..::..BetaLimit
      DeployLX.Licensing.v5..::..ExtendableLimit
      DeployLX.Licensing.v5..::..RegistrationLimit
      DeployLX.Licensing.v5..::..ScriptLimit
      DeployLX.Licensing.v5..::..SplashLimit
      DeployLX.Licensing.v5..::..TrialLimit

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also