ClassUnprotectDocumentDialog
Class
Represents a dialog for removing document protection.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class UnprotectDocumentDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IUnprotectDocumentDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowUnprotectDocumentDialog
Implements:
Inherited Members
Constructors
UnprotectDocumentDialog()
Declaration
cs-api-definition
public UnprotectDocumentDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
cs-api-definition
public void InitializeComponent()
ShowDialog(Func<string, bool>, RadRichTextBox)
Shows the dialog.
Declaration
cs-api-definition
public void ShowDialog(Func<string, bool> protectDocumentCallback, RadRichTextBox owner)
Parameters
protectDocumentCallback
The callback that will be used to unprotect the document.
owner
The owner of the dialog.
Implements