I'm trying to execute a conditional statement that depends on the position of the mouse pointer relative to a command button. Does the mouse pointer have top and left properties like a command button? If I could figure out the call I need to get those values, I could compare them to the screen command button values and execute a conditional branch based on which side the mouse pointer was on the button.
Thanks,
Paul