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