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