Skip to main content
All docs
V23.2

IRichEditControl.OpenShowNotesForm(ShowNotesParameters, OpenShowNotesFormCallback, Object) Method

For internal use.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void OpenShowNotesForm(
    ShowNotesParameters parameters,
    OpenShowNotesFormCallback callback,
    object callbackData
)

Parameters

Name Type
parameters DevExpress.XtraRichEdit.Commands.ShowNotesParameters
callback DevExpress.XtraRichEdit.OpenShowNotesFormCallback
callbackData Object
See Also