Class TableCellLayoutBox
Inheritance
System.Object
TableCellLayoutBox
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 TableCellLayoutBox : FlowOrderedLayoutBox, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IBlockContainerLayoutBox
Constructors
TableCellLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public TableCellLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
Document
|
Document
|
TableCellLayoutBox(DocumentElement, DocumentStructureCollection, Boolean)
Declaration
public TableCellLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
Parameters
Document
|
Document
|
System.
|
Properties
AssociatedTableCell
HasVisualRepresentation
Declaration
public override bool HasVisualRepresentation { get; }
Property Value
System.
|
Overrides
IsTopContainer
Declaration
public override bool IsTopContainer { get; }
Property Value
System.
|
Overrides
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
Size
|
Returns
Overrides
CanGrowVerticallyOverride(Single)
Declaration
protected override bool? CanGrowVerticallyOverride(float desiredHeight)
Parameters
System.
|
Returns
System.
|
Overrides
CreateLayoutElement()
Declaration
public override LayoutElement CreateLayoutElement()
Returns
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
Size
|
Returns
Overrides
MeasureOverrideInternal(SizeF)
Declaration
protected SizeF MeasureOverrideInternal(SizeF availableSize)
Parameters
Size
|