Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / ContextMenu Property


In This Topic
ContextMenu Property (FormulaTextBox)
In This Topic
Internal use only. Gets or sets the context menu.
Syntax
'Declaration
 
Public Overrides Property ContextMenu As ContextMenu
 
'Usage
 
Dim instance As FormulaTextBox
Dim value As ContextMenu
 
instance.ContextMenu = value
 
value = instance.ContextMenu
See Also