GetEventObjBorder

Usage                  Boolean GetEventObjBorder(Border As Short*)

Description         This method retrieves the object border of the object clicked on. You can use this function in the UserDefined event handler.

Parameters         Border                Short *               Object border. If Border > 0 the object has border. If Border = 0, the object has not border.

Return value      TRUE on success, otherwise FALSE.

Programming Notes        This method works for only aotNote, aotWout, aotHighlight object. See GetEventObjProperties method. This method does not pass parameters as reference.