Class TableLayoutBox
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Layout
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class TableLayoutBox : LayoutBox, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
TableLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public TableLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
Document
|
Document
|
TableLayoutBox(DocumentElement, DocumentStructureCollection, Boolean)
Declaration
public TableLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
Parameters
Document
|
Document
|
System.
|
Properties
AssociatedTable
CanCreateLayoutBoxesFromContent
Declaration
protected override bool CanCreateLayoutBoxesFromContent { get; }
Property Value
System.
|
Overrides
ControlBoundingRectangle
Declaration
public override RectangleF ControlBoundingRectangle { get; }
Property Value
Overrides
HasVisualRepresentation
Declaration
public override bool HasVisualRepresentation { get; }
Property Value
System.
|
Overrides
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
Size
|
Returns
Overrides
CreateLayoutElement()
Declaration
public override LayoutElement CreateLayoutElement()
Returns
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
Size
|
Returns
Overrides
OnInvalidateMeasure()
Declaration
protected override void OnInvalidateMeasure()