DockCommandCollection Class |
A collection of DockCommand objects in a KaxDock control.
Inheritance Hierarchy
SystemObject
System.Collections.GenericListDockCommand Kettic.AspNet.ControlsDockCommandCollection
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic class DockCommandCollection : List<DockCommand>
Public Class DockCommandCollection
Inherits List(Of DockCommand)
public ref class DockCommandCollection : public List<DockCommand^>
type DockCommandCollection =
class
inherit List<DockCommand>
end
The DockCommandCollection type exposes the following members.
Methods
| Name | Description |
---|
 | Add |
Appends a DockCommand to the end of the collection
|
 | Insert |
Inserts a DockCommand to a given index in the collection
|
Top
See Also