FormListControl.mouseUp(Int32, Int32, Int32, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies when a user presses the left mouse button.
public:
override int mouseUp(int _x, int _y, int _button, bool _Ctrl, bool _Shift);
public override int mouseUp (int _x, int _y, int _button, bool _Ctrl, bool _Shift);
override this.mouseUp : int * int * int * bool * bool -> int
Public Overrides Function mouseUp (_x As Integer, _y As Integer, _button As Integer, _Ctrl As Boolean, _Shift As Boolean) As Integer
Parameters
- _x
- Int32
A Boolean value that indicates whether the SHIFT key is down.
- _y
- Int32
A Boolean value that indicates whether the SHIFT key is down.
- _button
- Int32
A Boolean value that indicates whether the SHIFT key is down.
- _Ctrl
- Boolean
A Boolean value that indicates whether the SHIFT key is down.
- _Shift
- Boolean
A Boolean value that indicates whether the SHIFT key is down.
Returns
0 (zero) if the event has been handled.
Remarks
To override this method in a form list control, right-click the Methods node below the control, point to Override Method, and then click mouseUp. For information about best practices for forms and code, see No Code in Forms.