Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / AutoMenu Property


In This Topic
AutoMenu Property
In This Topic
Gets or sets whether the control displays a context menu that provides basic edit operations.
Syntax
'Declaration
 
Public Overridable Property AutoMenu As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.AutoMenu = value
 
value = instance.AutoMenu
See Also