ClassTableBordersDialog
Class
TableBordersDialog
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class TableBordersDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, ITableBordersDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowTableBordersDialog
Implements:
Inherited Members
Constructors
TableBordersDialog()
Declaration
cs-api-definition
public TableBordersDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
cs-api-definition
public void InitializeComponent()
OnClosed(WindowClosedEventArgs)
Raises the event.
Declaration
cs-api-definition
protected override void OnClosed(WindowClosedEventArgs args)
Parameters
args
The WindowClosedEventArgs instance containing the event data.
Overrides
ShowDialog(TablePropertiesEditor, RadRichTextBox)
Declaration
cs-api-definition
public void ShowDialog(TablePropertiesEditor tablePropertiesEditor, RadRichTextBox owner)
Parameters
tablePropertiesEditor
owner
Implements