| C1.Win.TouchToolKit Namespace > C1Zoom Class > ShowPanWindow Method : ShowPanWindow(FormStartPosition,Size) Method |
'DeclarationPublic Overloads Function ShowPanWindow( _ ByVal startPosition As System.Windows.Forms.FormStartPosition, _ ByVal size As System.Drawing.Size _ ) As System.Windows.Forms.Form
public System.Windows.Forms.Form ShowPanWindow( System.Windows.Forms.FormStartPosition startPosition, System.Drawing.Size size )
Pan window will show only when the owner form is loaded, and when the owner form is closed, pan window will be closed too.
If pan window has been shown to call this method will do nothing.
Pan window will not move as the owner form move if it is showed by this method.
The following code example shows how to use this method.
This code example is part of a larger example provided for the ShowPanWindow method.
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