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