Interface IPasswordRequiredDialog
Represents the password required dialog.
Namespace: Telerik.Windows.Documents.Fixed.UI.Dialogs
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public interface IPasswordRequiredDialog
Properties
Password
Gets or sets the current document password.
Declaration
string Password { get; set; }
Property Value
System.String
|
Methods
ShowDialog()
Shows the dialog.
Declaration
bool? ShowDialog()
Returns
System.Nullable<System.Boolean>
If the password is entered. |