Class UnprotectDocumentDialog
Represents a dialog for removing document protection.
Inheritance
System.Object
UnprotectDocumentDialog
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class UnprotectDocumentDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IWindow, IUnprotectDocumentDialog
Constructors
UnprotectDocumentDialog()
Declaration
public UnprotectDocumentDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
|
Overrides
ShowDialog(Func<String, Boolean>)
Shows the dialog.
Declaration
public void ShowDialog(Func<string, bool> protectDocumentCallback)
Parameters
System.Func<System.String, System.Boolean>
protectDocumentCallback
The callback that will be used to unprotect the document. |