NagScreenConfiguration Class |
Namespace: TreeksLicensingLibrary2.EasyIntegration
The NagScreenConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | NagScreenConfiguration | Initializes a new instance of the NagScreenConfiguration class |
Name | Description | |
---|---|---|
![]() | AutoClose |
If set to true, Nag screen is automatically closed when timeout is reached. Works only in case the CloseTimeout is greater than zero.
|
![]() | CloseTimeout |
Time period in seconds for which the window cannot be closed
|
![]() | EnterLicenseButtonText |
Gets or sets text displayed on Enter license button
|
![]() | Icon |
Icon displayed on in nagscreen
|
![]() | MainLabelText |
Text of main label
|
![]() | MoreInformationGroupboxHeaderText |
Gets or sets the header text of more information group box
|
![]() | MoreInformationText |
More details about your demo limitations
|
![]() | OKButtonText |
Gets or sets text displayed on OK button
|
![]() | PurchaseLink |
Link opening a webbrowser
|
![]() | PurchaseLinkText |
Gets or sets text of purchase link
|
![]() | ShowEnterLicenseButton |
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.
|
![]() | WindowParent |
Parent form owning the nag screen
|
![]() | WindowTitle |
Title of nag screen window
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |