New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.DocumentStructure

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class BoxParentsStack

Inheritance: objectBoxParentsStack

Constructors

C#
public BoxParentsStack()

Properties

C#
public bool IsEmpty { get; }

Methods

C#
public Stack<LayoutBox>.Enumerator GetEnumerator()
Returns:

Stack<LayoutBox>.Enumerator

C#
public LayoutBox Peek()
Returns:

LayoutBox

C#
public LayoutBox Pop()
Returns:

LayoutBox

C#
public void Push(LayoutBox item)
Parameters:itemLayoutBox