DeployLX Software Protection System

SuperFormPanel Class

Represents the base class for form controls hosted in the SuperForm. ISuperFormLimit limits create custom panels for interacting with the user.

Syntax

Public Class SuperFormPanel _
	Inherits UserControl
public class SuperFormPanel : UserControl

Remarks

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

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              DeployLX.Licensing.v5..::..SuperFormPanel
                DeployLX.Licensing.v5..::..ActivateOnlinePanel
                DeployLX.Licensing.v5..::..DoDeactivationPanel
                DeployLX.Licensing.v5..::..ExtendOnlinePanel
                DeployLX.Licensing.v5..::..InfoPanel
                DeployLX.Licensing.v5..::..RegisterOnlinePanel
                DeployLX.Licensing.v5..::..SplashPanel
                DeployLX.Licensing.v5..::..SplitPanel

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

See Also