Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockZoneLayoutEngine Class / GetAvailableHeightForChild Method


In This Topic
    GetAvailableHeightForChild Method
    In This Topic
    Gets the available height for a child. The default processing will exclude all the total min size from the provided available height.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetAvailableHeightForChild( _
       ByVal info As NLayoutInfo, _
       ByVal child As INDockZoneChild, _
       ByVal availableHeight As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NDockZoneLayoutEngine
    Dim info As NLayoutInfo
    Dim child As INDockZoneChild
    Dim availableHeight As System.Integer
    Dim value As System.Integer
     
    value = instance.GetAvailableHeightForChild(info, child, availableHeight)
    protected virtual System.int GetAvailableHeightForChild( 
       NLayoutInfo info,
       INDockZoneChild child,
       System.int availableHeight
    )

    Parameters

    info
    child
    availableHeight
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also