DockCommandCollectionInsert Method |
Inserts a DockCommand to a given index in the collection
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual void Insert(
int index,
DockCommand command
)
Public Overridable Sub Insert (
index As Integer,
command As DockCommand
)
public:
virtual void Insert(
int index,
DockCommand^ command
)
abstract Insert :
index : int *
command : DockCommand -> unit
override Insert :
index : int *
command : DockCommand -> unit
Parameters
- index
- Type: SystemInt32
- command
- Type: Kettic.AspNet.ControlsDockCommand
See Also