Version

Resize Method (PopupMenuControlTestObject)

Resize the Popup Control when its displayed in FilterUIProvider
Syntax
'Declaration
 
Public Sub Resize( _
   ByVal Width As Integer, _
   ByVal Height As Integer _
) 
public void Resize( 
   int Width,
   int Height
)

Parameters

Width
The new width of the control
Height
The new height of the control
Remarks
This action will be recorded when the user resize the FilterUIProvider window that is displayed when using the excel style filtering of the gird. The action will throw UnableToPerformActionException when resizing is not supported.
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