BCGControlBar Library for .NET
OnMouseWheel Method (TasksPanePage)




Syntax
'Declaration
 
Public Overrides Sub OnMouseWheel( _
   ByVal e As MouseEventArgs _
) 
'Usage
 
Dim instance As TasksPanePage
Dim e As MouseEventArgs
 
instance.OnMouseWheel(e)
public override void OnMouseWheel( 
   MouseEventArgs e
)
public: void OnMouseWheel( 
   MouseEventArgs* e
) override 
public:
void OnMouseWheel( 
   MouseEventArgs^ e
) override 

Parameters

e
Requirements

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

See Also

Reference

TasksPanePage Class
TasksPanePage Members
Base Implementation in OnMouseWheel

Send Feedback