Class ProtectDocumentDialog
Represents a dialog for enforcing document protection.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class ProtectDocumentDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, IProtectDocumentDialog, IComponentConnector
Constructors
ProtectDocumentDialog()
Declaration
public ProtectDocumentDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
ShowDialog(Action<DocumentProtectionMode, String>, RadRichTextBox)
Shows the dialog.
Declaration
public void ShowDialog(Action<DocumentProtectionMode, string> protectDocumentCallback, RadRichTextBox owner)
Parameters
System.Action<DocumentProtectionMode, System.String>
protectDocumentCallback
The callback that will be used to set the document password. |
RadRichTextBox
owner
The owner of the dialog. |