Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Paragraph.BeginUpdateTabs(Boolean) Method

Starts modifying tab stops in a paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public abstract TabInfoCollection BeginUpdateTabs(
    bool onlyOwnTabs
)

Parameters

Name Type Description
onlyOwnTabs Boolean

true to get tab stops set for the current paragraph only, disregarding style; otherwise, if set to false, merges tab stops which are set for the paragraph style and for the individual paragraph.

Returns

Type Description
TabInfoCollection

A TabInfoCollection object containing information about tab stops.

Remarks

See the ParagraphPropertiesWithTabs.BeginUpdateTabs for an example of use.

The following code snippets (auto-collected from DevExpress Examples) contain references to the BeginUpdateTabs(Boolean) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also