Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Transfer Param1 to EntityID 
Transfer Param2 to Button 
Transfer Param3 to Location 
Transfer Param4 to Point 
Transfer Param5 to Shift 
Transfer Param6 to Ctrl 

// Parse the point 
X = Field(Point, ",", 1) 
Y = Field(Point, ",", 2) 

// Check for right click on entity header, in case we want to show a context menu 
If Button EQ "Right" AND Location EQ "Header" then 
   Call ShowEntityHeaderMenu(EntityID, X, Y) 
end

See Also

OnScheduleClickOnApptClickOnApptDblClick