Version

fnResizeGroupContent Method

Internal method to resize the popup window of the Selected group's content
Syntax
'Declaration
 
Protected Overridable Sub fnResizeGroupContent( _
   ByVal dSelGroupContentNewHeight As System.Double, _
   ByVal dSelGroupContentNewWidth As System.Double _
) 
protected virtual void fnResizeGroupContent( 
   System.double dSelGroupContentNewHeight,
   System.double dSelGroupContentNewWidth
)
protected: virtual void fnResizeGroupContent( 
   System.double dSelGroupContentNewHeight,
   System.double dSelGroupContentNewWidth
) 

Parameters

dSelGroupContentNewHeight
The new height of the popup window
dSelGroupContentNewWidth
The new width of the popup window
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