Intersoft ClientUI Documentation
MouseWheelRight Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > VirtualizingStackPanel Class : MouseWheelRight Method






Scrolls right within the content after the user clicks the wheel button on a mouse.

Syntax

Visual Basic (Declaration) 
Public Sub MouseWheelRight() 
Visual Basic (Usage)Copy Code
Dim instance As VirtualizingStackPanel
 
instance.MouseWheelRight()
C# 
public void MouseWheelRight()
Delphi 
public procedure MouseWheelRight(); 
JScript 
public function MouseWheelRight();
Managed Extensions for C++ 
public: void MouseWheelRight(); 
C++/CLI 
public:
void MouseWheelRight(); 

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.