Click or drag to resize
FdfCredentialsDialogShow Method (IWin32Window)
Shows the credentials dialog with the specified owner.

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public DialogResult Show(
	IWin32Window owner
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
The System.Windows.Forms.IWin32Window the dialog will display in front of.

Return Value

Type: DialogResult
Returns a DialogResult indicating the user action.
See Also