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

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)
Parameters:protectDocumentCallbackAction<DocumentProtectionMode, string>

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

ownerRadRichTextBox

The owner of the dialog.