BCGControlBar Library for .NET
ResizeProportional Method




Syntax
'Declaration
 
Public Overridable Function ResizeProportional( _
   ByVal bounds As Rectangle _
) As Rectangle
'Usage
 
Dim instance As SplitContainerCell
Dim bounds As Rectangle
Dim value As Rectangle
 
value = instance.ResizeProportional(bounds)
public virtual Rectangle ResizeProportional( 
   Rectangle bounds
)
public: virtual Rectangle ResizeProportional( 
   Rectangle bounds
) 
public:
virtual Rectangle ResizeProportional( 
   Rectangle bounds
) 

Parameters

bounds
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

Reference

SplitContainerCell Class
SplitContainerCell Members

Send Feedback