DeployLX Software Protection System

SuperForm Class

Serves as a host form for SuperFormPanels and provides a consistent look and feel across all form limits.

Syntax

Public NotInheritable Class SuperForm _
	Inherits Form
public sealed class SuperForm : Form

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..::..Form
              DeployLX.Licensing.v5..::..SuperForm

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

See Also