BCGControlBar Library for .NET
HandleMouseEvent Method (SplitterControl)




A MouseEvnetArgs that contains the event data for the event to process.

A message  to process.
Raises the mouse event with the specified mouse event args on getting specified window message.
Syntax
'Declaration
 
Public Sub HandleMouseEvent( _
   ByVal e As MouseEventArgs, _
   ByVal msg As Integer _
) 
'Usage
 
Dim instance As SplitterControl
Dim e As MouseEventArgs
Dim msg As Integer
 
instance.HandleMouseEvent(e, msg)
public void HandleMouseEvent( 
   MouseEventArgs e,
   int msg
)
public: void HandleMouseEvent( 
   MouseEventArgs* e,
   int msg
) 
public:
void HandleMouseEvent( 
   MouseEventArgs^ e,
   int msg
) 

Parameters

e

A MouseEvnetArgs that contains the event data for the event to process.

msg
A message  to process.
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

SplitterControl Class
SplitterControl Members

Send Feedback