Skip to main content

IRichEditControl.ShowTabsForm(TabFormattingInfo, Int32, ShowTabsFormCallback, Object) Method

For internal use.

Namespace: DevExpress.XtraRichEdit

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

Declaration

void ShowTabsForm(
    TabFormattingInfo tabInfo,
    int defaultTabWidth,
    ShowTabsFormCallback callback,
    object callbackData
)
Sub ShowTabsForm(
    tabInfo As TabFormattingInfo,
    defaultTabWidth As Integer,
    callback As ShowTabsFormCallback,
    callbackData As Object
)

Parameters

Name Type
tabInfo DevExpress.XtraRichEdit.Model.TabFormattingInfo
defaultTabWidth Int32
callback DevExpress.XtraRichEdit.ShowTabsFormCallback
callbackData Object
See Also