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