Nevron .NET Vision
Nevron.UI Namespace / INLayoutableElement Interface / OnLayoutSetBounds Method
The proposed bounds calculated by the layout engine.


In This Topic
    OnLayoutSetBounds Method (INLayoutableElement)
    In This Topic
    Called by the layout engine when the bounds of the layoutable instance are ready to be applied.
    Syntax
    'Declaration
     
    
    Sub OnLayoutSetBounds( _
       ByRef proposedBounds As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As INLayoutableElement
    Dim proposedBounds As NRectangle
     
    instance.OnLayoutSetBounds(proposedBounds)
    void OnLayoutSetBounds( 
       ref NRectangle proposedBounds
    )

    Parameters

    proposedBounds
    The proposed bounds calculated by the layout engine.
    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