Spread Windows Forms 12.0 Product Documentation
ContextMenu Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : ContextMenu Property
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
public ContextMenu ContextMenu {get; set;}

Property Value

A ContextMenu instance.
See Also

Reference

DropDownEditor Class
DropDownEditor Members