NagScreenConfigurationShowEnterLicenseButton Property |
Determines whether 'Enter license' button should be displayed on nag screen.
Enter license button automatically opens TLL registration form using settings in RegistrationFormConfig property of TLL Interface.
Namespace:
TreeksLicensingLibrary2.EasyIntegration
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public bool ShowEnterLicenseButton { get; set; }
Public Property ShowEnterLicenseButton As Boolean
Get
Set
public:
property bool ShowEnterLicenseButton {
bool get ();
void set (bool value);
}
member ShowEnterLicenseButton : bool with get, set
Return Value
Type:
BooleanSee Also