DeployLX Software Protection System

SplitPanel Class

Serves as a base class for panels that split the content section into a left summary section and a main body.

Syntax

Public Class SplitPanel _
	Inherits SuperFormPanel
public class SplitPanel : SuperFormPanel

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..::..SplitPanel
                  DeployLX.Licensing.Nlm.v5..::..BootedPanel
                  DeployLX.Licensing.Nlm.v5..::..CheckinPanel
                  DeployLX.Licensing.Nlm.v5..::..CheckoutPanel
                  DeployLX.Licensing.Nlm.v5..::..ConnectionLostPanel
                  DeployLX.Licensing.Nlm.v5..::..ConnectPanel
                  DeployLX.Licensing.v5..::..ActivateManuallyPanel
                  DeployLX.Licensing.v5..::..ActivationInfoPanel
                  DeployLX.Licensing.v5..::..ActivationPanel
                  DeployLX.Licensing.v5..::..DeactivationPanel
                  DeployLX.Licensing.v5..::..ErrorReportPanel
                  DeployLX.Licensing.v5..::..ExtensionPanel
                  DeployLX.Licensing.v5..::..RegistrationPanel
                  DeployLX.Licensing.v5..::..TrialPanel
                  DeployLX.Licensing.v5..::..UpgradePanel

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

See Also