A collection of Tool objects.

Namespace:  EPiServer.Editor
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
[SerializableAttribute]
public sealed class ToolCollection : CollectionBase

Remarks

This collection is used by Toolbar objects to specify the tools they contain.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    EPiServer.Editor..::.ToolCollection

See Also