New to Telerik UI for WPFStart a free 30-day trial

Represents the interface for a dialog that manages tab stops properties in the Telerik UI.

Definition

Namespace:Telerik.Windows.Documents.UI.Extensibility

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface ITabStopsPropertiesDialog

Derived Classes: TabStopsPropertiesDialog

Methods

Displays the tab stops properties dialog.

C#
void ShowDialog(TabStopsPropertiesDialogContext context)
Parameters:contextTabStopsPropertiesDialogContext

The context in which the tab stops properties dialog is displayed.