New to Telerik UI for WPFStart a free 30-day trial

Provides functionality for showing dialogs for enforcing document protection

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface IProtectDocumentDialog

Derived Classes: ProtectDocumentDialog

Methods

Shows the dialog.

C#
void ShowDialog(Action<DocumentProtectionMode, string> protectDocumentCallback, RadRichTextBox owner)
Parameters:protectDocumentCallbackAction<DocumentProtectionMode, string>

The callback that will be used to set the document password.

ownerRadRichTextBox

The owner of the dialog.