'Declaration
Public Overloads Function ShowPanWindow( _ ByVal startPosition As FormStartPosition, _ ByVal size As Size _ ) As Form
public Form ShowPanWindow( FormStartPosition startPosition, Size size )
Parameters
- startPosition
- The start position of pan window.
- size
- The size of pan window.
Return Value
A System.Windows.Forms.Form value that represents the pan window.