DeployLX Software Protection System

LicenseCodeTextBox Class

Implements a text box that expects a license code. Provides a special character class that can be used to limit entries to known characters in the code.

Syntax

<SerializableAttribute> _
Public Class LicenseCodeTextBox _
	Inherits PromptMaskedEdit
[SerializableAttribute]
public class LicenseCodeTextBox : PromptMaskedEdit

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        DeployLX.Licensing.v5..::..PromptMaskedEdit
          DeployLX.Licensing.v5..::..LicenseCodeTextBox

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

See Also