The PackageTypeEditControl control provides a standard UI component for editing package types.

Namespace: DotNetNuke.Services.Installer.Packages.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class PackageTypeEditControl : TextEditControl
Visual Basic
Public Class PackageTypeEditControl
	Inherits TextEditControl

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      DotNetNuke.UI.WebControls..::..EditControl
        DotNetNuke.UI.WebControls..::..TextEditControl
          DotNetNuke.Services.Installer.Packages.WebControls..::..PackageTypeEditControl

See Also