Class TableAndCellSizePicker
Inheritance
System.Object
TableAndCellSizePicker
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.TableProperties
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TableAndCellSizePicker : UserControl
Constructors
TableAndCellSizePicker()
Declaration
public TableAndCellSizePicker()
Properties
BottomPadding
Declaration
public int BottomPadding { get; set; }
Property Value
System.Int32
|
LeftPadding
Declaration
public int LeftPadding { get; set; }
Property Value
System.Int32
|
RightPadding
Declaration
public int RightPadding { get; set; }
Property Value
System.Int32
|
TopPadding
Declaration
public int TopPadding { get; set; }
Property Value
System.Int32
|
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
|
SetAllValuesToDefault()
Declaration
public void SetAllValuesToDefault()
UncheckAllTheSameCheckBox()
Declaration
public void UncheckAllTheSameCheckBox()
UpdateFields()
Declaration
public void UpdateFields()