Click or drag to resize
FdfCredentialsDialogShow Method (Boolean)
Shows the credentials dialog with the specified save checkbox status.

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

Parameters

saveChecked
Type: SystemBoolean
True if the save checkbox is checked.

Return Value

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