IUnprotectDocumentDialog
Interface
Provides functionality for showing dialogs for removing document protection
Definition
Namespace:Telerik.WinForms.Documents.UI.Extensibility
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public interface IUnprotectDocumentDialog
Methods
Shows the dialog.
C#
void ShowDialog(Func<string, bool> protectDocumentCallback, RadRichTextBox owner)
The callback that will be used to remove the document protection.
ownerRadRichTextBoxThe owner of the dialog.