Share via


DimensionDefaultingControllerBase.groupWhereUsed_mouseUp Method [AX 2012]

Explicitly implemented groupWhereUsed field mouseUp method as this field is dynamically added at runtime, no method can be specified at design time.

Syntax

private int groupWhereUsed_mouseUp(
    int _x, 
    int _y, 
    int _button, 
    boolean _ctrl, 
    boolean _shift, 
    FormGroupControl _groupWhereUsed)

Run On

Called

Parameters

  • _x
    Type: int
    The current x position of the mouse when the button was released.
  • _y
    Type: int
    The current y position of the mouse when the button was released.
  • _button
    Type: int
    The button number that is released.
  • _ctrl
    Type: boolean
    A Boolean value that indicates whether the control key is depressed.
  • _shift
    Type: boolean
    A Boolean value that indicates whether the shift key is depressed.

Return Value

Type: int
0 is returned to indicate that the event is enabled.

Remarks

The name of this method cannot change because the kernel looks for a method named [fieldname]_mouseUp.

See Also

Reference

DimensionDefaultingControllerBase Class