Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingHintService Class / CalculateDockBounds Method


In This Topic
    CalculateDockBounds Method
    In This Topic
    Performs a fake dock of the dragged panel and calculates the exact bounds it will occupy after the drop.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CalculateDockBounds() As System.Drawing.Rectangle
    'Usage
     
    
    Dim instance As NDockingHintService
    Dim value As System.Drawing.Rectangle
     
    value = instance.CalculateDockBounds()
    protected virtual System.Drawing.Rectangle CalculateDockBounds()
    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