ClassTabStopsPropertiesDialog
Class
TabStopsPropertiesDialog
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class TabStopsPropertiesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, ITabStopsPropertiesDialog, INotifyPropertyChanged, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowTabStopsPropertiesDialog
Implements:
Inherited Members
Constructors
TabStopsPropertiesDialog()
Declaration
cs-api-definition
public TabStopsPropertiesDialog()
Properties
TabStopsList
Declaration
cs-api-definition
public ObservableCollection<TabStop> TabStopsList { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
Declaration
cs-api-definition
public void InitializeComponent()
ShowDialog(TabStopsPropertiesDialogContext)
Displays the tab stops properties dialog.
Declaration
cs-api-definition
public void ShowDialog(TabStopsPropertiesDialogContext context)
Parameters
context
TabStopsPropertiesDialogContext
The context in which the tab stops properties dialog is displayed.
Implements
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements