Skip to main content

IRichEditControl.ShowInsertTableForm(CreateTableParameters, ShowInsertTableFormCallback, Object) Method

For internal use.

Namespace: DevExpress.XtraRichEdit

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

Declaration

void ShowInsertTableForm(
    CreateTableParameters parameters,
    ShowInsertTableFormCallback callback,
    object callbackData
)
Sub ShowInsertTableForm(
    parameters As CreateTableParameters,
    callback As ShowInsertTableFormCallback,
    callbackData As Object
)

Parameters

Name Type
parameters DevExpress.XtraRichEdit.Commands.CreateTableParameters
callback DevExpress.XtraRichEdit.ShowInsertTableFormCallback
callbackData Object
See Also