Version

ResizeGroupContent Method

Resizes the popup window of the Selected group's content
Syntax
'Declaration
 
Public Sub ResizeGroupContent( _
   ByVal dSelGroupContentNewHeight As System.Double, _
   ByVal dSelGroupContentNewWidth As System.Double _
) 
public void ResizeGroupContent( 
   System.double dSelGroupContentNewHeight,
   System.double dSelGroupContentNewWidth
)
public: void ResizeGroupContent( 
   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