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