ImageGear for .NET
PanButton Property
See Also  Example Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPan Class : PanButton Property




Glossary Item Box

Gets or sets the mouse button used for panning.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

System.Windows.Forms.MouseButtons value.

Remarks

Default value is Left.

Example

C#Copy Code
igPan.PanButton = System.Windows.Forms.MouseButtons.Left;
Visual BasicCopy Code
igPan.PanButton = System.Windows.Forms.MouseButtons.Left

See Also

©2013. Accusoft Corporation. All Rights Reserved.