Click or drag to resize
LicensingGuiDialog Enumeration
License dialogs which may be displayed through the ShowDialog(LicensingGuiDialog, IWin32Window) method.

Namespace: com.softwarekey.Client.Gui
Assembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax
public enum LicensingGuiDialog
Members
  Member nameValueDescription
LicenseManagement0The license management dialog, which shows the license status and allows the user to perform actions on the license (such as activating, refreshing, and deactivating).
ProxyCredentials1Dialog for prompting a user for proxy server authentication credentials.
SplashScreen2Splash screen dialog, which may be used for initialization.
See Also