Represents a dialog for enforcing document protection.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ProtectDocumentDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IProtectDocumentDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowProtectDocumentDialog
Implements:
Inherited Members
Constructors
C#
public ProtectDocumentDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Shows the dialog.
C#
public void ShowDialog(Action<DocumentProtectionMode, string> protectDocumentCallback, RadRichTextBox owner)
The callback that will be used to set the document password.
ownerRadRichTextBoxThe owner of the dialog.
Implements: