'Declaration Public Sub SetChildToolWindowIndex( _ ByVal child As ToolWindow, _ ByVal newIndex As Integer _ )
'Usage Dim instance As ToolWindowGroup Dim child As ToolWindow Dim newIndex As Integer instance.SetChildToolWindowIndex(child, newIndex)
public void SetChildToolWindowIndex( ToolWindow child, int newIndex )
Parameters
- child
- A reference to the ToolWindow whose index to modify.
- newIndex
- The new zero-based index of child.