Name | Summary | Syntax |
---|
mergButtonTouchDown | Sent to the control that called mergButtonCreate when the user touches down | mergButtonTouchDown <pName>
|
mergButtonTouchDownRepeat | Sent to the control that called mergButtonCreate when the user touches down multiple times in rapid scucession | mergButtonTouchDownRepeat <pName>
|
mergButtonTouchUpInside | Sent to the control that called mergButtonCreate when the user releases the touch while still on the button | mergButtonTouchUpInside <pName>
|
mergButtonTouchUpOutside | Sent to the control that called mergButtonCreate when the user releases the touch when no longer on the button | mergButtonTouchUpOutside <pName>
|
mergButtonTouchCancel | Sent to the control that called mergButtonCreate when the touch is cancelled by the system | mergButtonTouchCancel <pName>
|