Sorry, there is not an option for that at this time. You should override the copying yourself, i.e. if shape layers are selected call ImageEnView1.Proc.CopyToClipboard(); otherwise show an error.
Of course, that would still allow images to be pasted from other applications, so if you want to prevent that, intercept the pasting instead: - Lock the TImageEnView from updating (ImageEnView1.LockUpdate) - Call ImageEnView1.Proc.PasteFromClipboard(); - Check added layers are shapes, otherwise remove them - Unlock the TImageEnView updating
Nigel Xequte Software www.imageen.com
|