Kadmos.com


?>

  Home | Products | Download | Purchase | Support | Language

Products
DXFReader ActiveX Control
 • DXF Files Overview
 • Distribution
 • Installation
 • Quick Start
 • Control Summary
 • Download
 • Buy now!
 • DXFReader Reference
  • Properties
  • Methods
  • Events
   • Click
   • DblClick
   • Error
   • KeyDown
   • KeyPress
   • KeyUp
   • MouseDown
   • MouseMove
   • MouseUp
   • PlotStatus
   • ReadStatus
   • RegenStatus
   • WriteStatus

 • DXFPlot Reference

IXF ActiveX Control

Postel ActiveX Control

Tech Support
OnLine Support
Phone Support
Sample Code
Registered Users
FAQ
References
Kadmos
Contact Kadmos
Environment
Customer List
Newsletter
Download
ActiveX Controls
Updates
Purchase
Price List
International Resellers
Our Guarantee
Shipment Options
Payment Options
Shopping Cart
    DXFReader Control - MouseUp Event

Kadmos DXFReader ActiveX Control      Previous Next
DXFReader Control
MouseUp Event

Description Occurs when the user releases the mouse button while the control has the focus.
Syntax Private Sub DXFReader_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
Remarks Use a MouseUp procedure to specify actions to occur when a given mouse button is released.

The parameters for the MouseUp event are described below:

ParameterDescription

ButtonThe button was released to cause the event. The Button argument is a bit field with bits corresponding to the left button (bit 0), right button (bit 1), and middle button (bit 2)values 1, 2, and 4, respectively. Only one of the bits is set, indicating which button caused the event.
ShiftThe state of the Shift, Ctrl and Alt keys when the button specified in the Button argument was pressed or released. A bit is set if the key is down. The Shift argument is a bit field, with the least-significant bits corresponding to the Shift key (bit 0), the Ctrl key (bit 1), and the Alt key (bit 2 ). These bits correspond to the values 1, 2, and 4, respectively. Shift indicates the state of these keys. Some, all, or none of the bits can be set, indicating that some, all, or none of the keys is pressed. For example, if both Ctrl and Alt were pressed, the value of Shift would be 6.
xThe current X location, in drawing units, of the mouse pointer.
yThe current Y location, in drawing units, of the mouse pointer.

Copyright © 2008/2011 Kadmos.com - All rights reserved. Privacy Policy