Class TableBordersDialog
TableBordersDialog
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TableBordersDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, ITableBordersDialog, IComponentConnector
Constructors
TableBordersDialog()
Declaration
public TableBordersDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnClosed(WindowClosedEventArgs)
Declaration
protected override void OnClosed(WindowClosedEventArgs args)
Parameters
WindowClosedEventArgs
args
|
Overrides
ShowDialog(TablePropertiesEditor, RadRichTextBox)
Declaration
public void ShowDialog(TablePropertiesEditor tablePropertiesEditor, RadRichTextBox owner)
Parameters
TablePropertiesEditor
tablePropertiesEditor
|
RadRichTextBox
owner
|