Click
The parms contain the region’s name and the record it is associated
with, if applicable. Additionally, the mouse position, relative to the
upper left hand corner of the region is available as XY coordinates similar
to the MouseMove
event.
context.Handlers.RegisterClickHandlerFor(OnRegionClick, regionName)
context.Handlers.UnregisterClickHandlerFor(regionName)
String parms.GetName()
- name of clicked region available
to OnRegionClick
IPFItemI parms.GetItem()
- item available to OnRegionClick
String parms.GetXOffsetPercent()
- X offset % in
terms of position from left and width of region returned as 99%x or -99%x.
String parms.GetYOffsetPercent()
- Y offset % in
terms of position from top and height of region returned as 99%y or -99%y.