Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NControlHost Class / SetBounds Method


In This Topic
    SetBounds Method (NControlHost)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub SetBounds( _
       ByVal r As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As NControlHost
    Dim r As System.Drawing.Rectangle
     
    instance.SetBounds(r)
    protected override void SetBounds( 
       System.Drawing.Rectangle r
    )

    Parameters

    r
    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