BCGControlBar Library for .NET
HandleMouseEvent Method (CaptionCommandButton)




A MouseEvent to handle.
A window's message to handle.
Called for handling mouse event.
Syntax
'Declaration
 
Public Sub HandleMouseEvent( _
   ByVal e As MouseEventArgs, _
   ByVal msg As Integer _
) 
'Usage
 
Dim instance As CaptionCommandButton
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 MouseEvent to handle.
msg
A window's message to handle.
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

CaptionCommandButton Class
CaptionCommandButton Members

Send Feedback