'Declaration
Protected Overridable Function GetMainZone( _ ByVal dockManager As NExamplesDockManager _ ) As INDockZone
'Usage
Dim instance As NExamplesLayoutStrategy Dim dockManager As NExamplesDockManager Dim value As INDockZone value = instance.GetMainZone(dockManager)
protected virtual INDockZone GetMainZone( NExamplesDockManager dockManager )
Parameters
- dockManager