KaxDockLayoutSetRegisteredDockParents Method |
Reorders the docks in the control tree, according the supplied parameters.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public void SetRegisteredDockParents(
Dictionary<string, string> parents,
Dictionary<string, int> indices
)
Public Sub SetRegisteredDockParents (
parents As Dictionary(Of String, String),
indices As Dictionary(Of String, Integer)
)
public:
void SetRegisteredDockParents(
Dictionary<String^, String^>^ parents,
Dictionary<String^, int>^ indices
)
member SetRegisteredDockParents :
parents : Dictionary<string, string> *
indices : Dictionary<string, int> -> unit
Parameters
- parents
- Type: System.Collections.GenericDictionaryString, String
A Dictionary, containing UniqueName/DockZoneID pairs. - indices
- Type: System.Collections.GenericDictionaryString, Int32
A Dictionary, containing UniqueName/Index pairs.
Remarks
This method will check for uniqueness of the UniqueNames of the registered docks. If
there are two docks with equal unique names an exception will be thrown.
See Also