TSRichViewEdit.OnRVRightClick

<< Click to display table of contents >>

TSRichViewEdit.OnRVRightClick

Occurs when the user releases the right mouse button over the RichView component.

property OnRVRightClick: TRVRightClickEvent;

X and Y parameters in this events are coordinates relative to RichViewEdit. If you need coordinates of this TSRichViewEdit control, use OnMouseUp event.

See the event of the same name in the TRichView help file (event of TCustomRichView).