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

IRichEditControl.ShowDocumentProtectionQueryNewPasswordForm(ProtectionInfo, PasswordFormCallback) Method

for internal use. Invokes the Document Protection form.

Namespace: DevExpress.XtraRichEdit

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

Declaration

void ShowDocumentProtectionQueryNewPasswordForm(
    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