OnRightClick Event


Applies to

THtmlViewer, TFrameViewer, and TFrameBrowser components

Declaration

property OnRightClick: TRightClickEvent;

Description

The OnRightClick event occurs when the right button is clicked anywhere within THtmlViewer or TFrameViewer. It's purpose is to supply sufficient information for a popup menu. See the Type TRightClickEvent description for the details on the parameters.

See also:

OnImageClick Event

OnObjectClick Event