InterfaceIUnprotectDocumentDialog
Interface
Provides functionality for showing dialogs for removing document protection
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IUnprotectDocumentDialog
Methods
ShowDialog(Func<string, bool>, RadRichTextBox)
Shows the dialog.
Declaration
cs-api-definition
void ShowDialog(Func<string, bool> protectDocumentCallback, RadRichTextBox owner)
Parameters
protectDocumentCallback
The callback that will be used to remove the document protection.
owner
The owner of the dialog.