Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / ContextMenu Property


In This Topic
ContextMenu Property (DropDownEditor)
In This Topic
Gets or sets the context menu.
Syntax
'Declaration
 
Public Property ContextMenu As ContextMenu
 
'Usage
 
Dim instance As DropDownEditor
Dim value As ContextMenu
 
instance.ContextMenu = value
 
value = instance.ContextMenu

Property Value

A ContextMenu instance.
See Also