Click or drag to resize
LicensingGuiShowDialog Method (LicensingGuiDialog, IWin32Window, FormStartPosition)
Displays the specified LicensingGuiDialog.

Namespace: com.softwarekey.Client.Gui
Assembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax
public DialogResult ShowDialog(
	LicensingGuiDialog dialog,
	IWin32Window owner,
	FormStartPosition position
)

Parameters

dialog
Type: com.softwarekey.Client.GuiLicensingGuiDialog
The LicensingGuiDialog to display.
owner
Type: System.Windows.FormsIWin32Window
The window which will own the modal dialog.
position
Type: System.Windows.FormsFormStartPosition
The dialog's start position.

Return Value

Type: DialogResult
Returns a DialogResult.
See Also