DeployLX Software Protection System

CustomFieldType Enumeration

Custom field types for the contact info section of the form.

Syntax

Public Enumeration CustomFieldType
public enum CustomFieldType

Members

Text

Display a single line text box.

MultiLine

Display a multi-line text box. Always uses 3 lines.

Checkbox

Display a check box.

Header

Displays a section header that doesn't not collect any data.

Password

Displays a text box with the password field set.

Custom

Use a control that implements ICustomFormControl. The CustomTypeName should be the assembly qualified name of the Type to load.

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

See Also