Posted 19 June 2018, 3:19 pm EST
Is there any way to disable or modify items on the right-click context menu on the preview pane of the C1PrintPreviewControl? I am using the C1PrintPreview control on a background worker thread, and if the user clicks the “Copy” item on the context menu, the user receives an error because the thread is not a single threaded apartment thread. Consequently, I need to either disable or trap the Copy command. Can this be done?
Thanks.
Jon