Represents a dialog for removing document protection.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class UnprotectDocumentDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IUnprotectDocumentDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowUnprotectDocumentDialog
Implements:
Inherited Members
Constructors
C#
public UnprotectDocumentDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Shows the dialog.
C#
public void ShowDialog(Func<string, bool> protectDocumentCallback, RadRichTextBox owner)
The callback that will be used to unprotect the document.
ownerRadRichTextBoxThe owner of the dialog.
Implements: