Skip to main content
A newer version of this page is available. .

IRichEditControl.ShowDocumentProtectionQueryPasswordForm(ProtectionInfo, PasswordFormCallback) Method

For internal use.Invokes The Unprotect Document form.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

void ShowDocumentProtectionQueryPasswordForm(
    ProtectionInfo passwordInfo,
    PasswordFormCallback callback
)

Parameters

Name Type
passwordInfo DevExpress.XtraRichEdit.Commands.ProtectionInfo
callback DevExpress.XtraRichEdit.PasswordFormCallback

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also