Interface ITabStopsPropertiesDialog
Represents the interface for a dialog that manages tab stops properties in the Telerik UI.
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface ITabStopsPropertiesDialog
Methods
ShowDialog(TabStopsPropertiesDialogContext)
Displays the tab stops properties dialog.
Declaration
void ShowDialog(TabStopsPropertiesDialogContext context)
Parameters
TabStopsPropertiesDialogContext
context
The context in which the tab stops properties dialog is displayed. |