ContextMenu Property  
 

Enables the default right-click context menu provided by the browser.

Syntax

object.ContextMenu [= value ]

Remarks

The ContextMenu property enables the default right-click context menu provided by the browser. Setting this property to True exposes commands such as Back, Forward, Reload, and View Source. In an embedded control, this may not always be appropriate since it can expose functionality you do not want available to users. A value of False suppresses the default context menu entirely.

Data Type

Boolean

See Also

AllowNavigation Property, AllowScripting Property, AllowZoom Property, AutoFill Property, SavePasswords Property