Interface
ITabStopsPropertiesDialog

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:

cs-api-definition
public interface ITabStopsPropertiesDialog

Methods

ShowDialog(TabStopsPropertiesDialogContext)

Displays the tab stops properties dialog.

Declaration

cs-api-definition
void ShowDialog(TabStopsPropertiesDialogContext context)

Parameters

context

TabStopsPropertiesDialogContext

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