Class RowProperties
Inheritance
System.Object
RowProperties
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RowProperties : UserControl
Constructors
RowProperties()
Declaration
public RowProperties()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
FillUI(TablePropertiesEditor, Action<TablePropertiesEditor>, Func<Boolean>)
Declaration
public void FillUI(TablePropertiesEditor tablePropertiesEditor, Action<TablePropertiesEditor> fillParentUI, Func<bool> saveAllChangesCallback)
Parameters
TablePropertiesEditor
tablePropertiesEditor
|
System.Action<TablePropertiesEditor>
fillParentUI
|
System.Func<System.Boolean>
saveAllChangesCallback
|
OnVisibleChanged(EventArgs)
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
System.EventArgs
e
|
SaveChanges()
Declaration
public bool SaveChanges()
Returns
System.Boolean
|