In This Article

RibbonControlPathList Class

Represents a list of RibbonControlPath references to ribbon controls that appear in the QAT.

public class RibbonControlPathList : List<RibbonControlPath>
Inheritance:
object List<RibbonControlPath> object

Remarks

This list can be serialized to an XML string for persisting the cloned items in the QAT via the SerializeQuickAccessToolBarItems() and DeserializeQuickAccessToolBarItems(string) collections.

Constructors

RibbonControlPathList()

Initializes an instance of the class.

public RibbonControlPathList()

Inherited Members