Click or drag to resize

CredentialDialogWindowTitle Property

Gets or sets the title of the credentials dialog.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string WindowTitle { get; set; }

Property Value

Type: String
The title of the credentials dialog. The default value is an empty string ("").
Remarks

This property is not used on Windows Vista and newer versions of windows; the window title will always be "Windows Security" in that case.

See Also