Version

PagerControlResizeEventArgs Constructor

Initializes a new PagerControlResizeEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal orientation As Orientation, _
   ByVal availableSize As Size, _
   ByVal controlSize As Size, _
   ByVal control As Control _
)
public PagerControlResizeEventArgs( 
   Orientation orientation,
   Size availableSize,
   Size controlSize,
   Control control
)

Parameters

orientation
Scrolling orientation.
availableSize
Size of the available area within the pager.
controlSize
Potential new size for the control.
control
Control to be resized
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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