Text Viewer ActiveX Control

ShowContextMenu

 

Enable/Disable allow show the context menu when right click the mouse on viewer.

TextReader1.ShowContextMenu[=bool]


Parameter
bool
true - enable, false -disable.

Remark
This property is Read/Write.

Example

   

VB.NET Syntax
AxTextReaderAx1.ShowContextMenu = true


   

Visual Basic Syntax
TextViewer1.ShowContextMenu= true