RFMessage



Your Ad Here
   

following constants can be used anywhere in your code in place of the actual values:

Name Value Description
RF_MSG_MOUSEMOVE 512 Posted when the mouse cursor moves.
RF_MSG_LBUTTONDOWN 513 Posted when the user presses the left mouse button while the cursor is in the client area of the rapidform.
RF_MSG_LBUTTONUP 514 Posted when the user releases the left mouse button while the cursor is in the client area of the rapidform.
RF_MSG_RBUTTONDOWN 516 Posted when the user presses the right mouse button while the cursor is in the client area of the rapidform.
RF_MSG_RBUTTONUP 517 Posted when the user releases the right mouse button while the cursor is in the client area of the rapidform.
RF_MSG_COMMANDDEFAULT 4098 Posted when the user clicks default menu item or toolbar button.
RF_MSG_COMMANDDONE 4099 Posted when the user clicks RMB Done.
RF_MSG_COMMANDCANCEL 4100 Posted when the user presses ESC key.
RF_MSG_TRACKBALLSETFOCUS 8704 Posted when a RFTrackball object is activated.
RF_MSG_TRACKBALLKILLFOCUS 8705 Posted when a RFTrackball object is deactivated.
RF_MSG_TRACKBALLPICK 8706 Posted when the user picks one of the manipulators of a RFTrackball object.
RF_MSG_TRACKBALLTRANSLATE 8707 Posted when an activated RFTrackball object is moved by the user.
RF_MSG_TRACKBALLROTATE 8708 Posted when an activated RFTrackball object is rotated by the user.
RF_MSG_TRACKBALLSCALE 8709 Posted when an activated RFTrackball object is rescaled by the user.

Return to Rapidform Index


Your Ad Here