MouseDown Method
Class: tstoolbarbutton
Expand/Collapse source code of procedure MouseDown Source Code
*-- (c) Microsoft Corporation 1995

LPARAMETERS nButton, nShift, nXCoord, nYCoord
this.lCancelClick = .F.
IF !this.Parent.OKToSend()
  *-- Set lCancelClick to .T. to prevent button from being pushed
  this.lCancelClick = .T.
  ?? CHR(7)
  NODEFAULT
ENDIF