Unicode Controls & Classes for VB6 - Version 4

ctlUniTextBoxXP.EnableContextMenu Property

Gets or sets the ability to enable or disable the context menu (when someone right clicks on the control)

Syntax
Public Property Get EnableContextMenu () As Boolean
Public Property Let EnableContextMenu (ByVal bState As Boolean)
Parameters
Parameter Description
ByVal bState As Boolean The new value
Remarks