WebImageView.ProtectImage
From Xojo Documentation
Property (As Boolean )
aWebImageView.ProtectImage = newBooleanValue
or
BooleanValue = aWebImageView.ProtectImage
New in 2010r5
Supported for all project types and targets.
or
BooleanValue = aWebImageView.ProtectImage
New in 2010r5
Supported for all project types and targets.
If True, the user is unable to drag the image. The default is True.
Notes
This does not disable the user from using the contextual menu to save the picture file to disk.