'Declaration
Public Function GetNextNonEmptyChild( _ ByVal child As INDockZoneChild, _ ByVal forward As System.Boolean, _ ByVal wrap As System.Boolean _ ) As INDockZoneChild
'Usage
Dim instance As NDockZoneChildCollection Dim child As INDockZoneChild Dim forward As System.Boolean Dim wrap As System.Boolean Dim value As INDockZoneChild value = instance.GetNextNonEmptyChild(child, forward, wrap)
public INDockZoneChild GetNextNonEmptyChild( INDockZoneChild child, System.bool forward, System.bool wrap )
Parameters
- child
- forward
- wrap