NagScreenConfigurationAutoClose Property |
If set to true, Nag screen is automatically closed when timeout is reached. Works only in case the CloseTimeout is greater than zero.
Namespace:
TreeksLicensingLibrary2.EasyIntegration
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public bool AutoClose { get; set; }
Public Property AutoClose As Boolean
Get
Set
public:
property bool AutoClose {
bool get ();
void set (bool value);
}
member AutoClose : bool with get, set
Return Value
Type:
BooleanSee Also