IRichEditControl.ShowEncryptDocumentForm(EncryptionInfo, EncryptDocumentCallback) Method
For internal use.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
void ShowEncryptDocumentForm(
EncryptionInfo encryptionInfo,
EncryptDocumentCallback callback
)
Parameters
Name | Type |
---|---|
encryptionInfo | EncryptionInfo |
callback | DevExpress.XtraRichEdit.EncryptDocumentCallback |
See Also