Class TableWidthControl
Inheritance
System.Object
TableWidthControl
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TableWidthControl : UserControl
Constructors
TableWidthControl()
Declaration
public TableWidthControl()
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. |
OnVisibleChanged(EventArgs)
Declaration
protected override void OnVisibleChanged(EventArgs e)
Parameters
System.EventArgs
e
|
SetValue(TableWidthUnit)
Declaration
public void SetValue(TableWidthUnit tableWidthUnit)
Parameters
TableWidthUnit
tableWidthUnit
|
TryGetValue(out TableWidthUnit)
Declaration
public bool TryGetValue(out TableWidthUnit tableWidthUnit)
Parameters
TableWidthUnit
tableWidthUnit
|
Returns
System.Boolean
|