Click or drag to resize
DockCommandCollection Class
A collection of DockCommand objects in a KaxDock control.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListDockCommand
    Kettic.AspNet.ControlsDockCommandCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class DockCommandCollection : List<DockCommand>

The DockCommandCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Appends a DockCommand to the end of the collection
Public methodInsert
Inserts a DockCommand to a given index in the collection
Top
See Also