KaxDockDock Method (String) |
Docks the KaxDock control in the zone with ClientID equal to dockZoneID.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void Dock(
string dockZoneID
)
Public Sub Dock (
dockZoneID As String
)
public:
void Dock(
String^ dockZoneID
)
member Dock :
dockZoneID : string -> unit
Parameters
- dockZoneID
- Type: SystemString
The ClientID of the KaxDockZone control, where
the control should be docked.
Remarks
The KaxDock control should be placed into a KaxDockLayout in order this
method to work. It is not necessary the layout to be direct parent of the
KaxDock control.
See Also