Interface
IProtectDocumentDialog

Provides functionality for showing dialogs for enforcing document protection

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.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

RadRichTextBox

The owner of the dialog.