Click or drag to resize

RegistrationFormConfiguration Class

This class holds definition of configuration of TLL registration form. To configure registration form, use TLLInterface.RegistrationFormConfig property
Inheritance Hierarchy
SystemObject
  TreeksLicensingLibrary2.EasyIntegrationRegistrationFormConfiguration

Namespace:  TreeksLicensingLibrary2.EasyIntegration
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public class RegistrationFormConfiguration

The RegistrationFormConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodRegistrationFormConfiguration
Initializes a new instance of the RegistrationFormConfiguration class
Top
Properties
  NameDescription
Public propertyBuyNowURL
URL which will be opened when user clicks buy now button, when empty buy now button is hidden
Public propertyDisableAutomaticOnlineActivation
If set to true, registration form won't try to retrieve online license automatically.
Public propertyHideAdvancedOptions
Set to true in case you don't want to display 'Show more licensing options' link
Public propertyIcon
The icon displayed in registration dialog
Public propertyOwner
Parent window/form
Public propertyTitle
Title of registration dialog
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also