Spread Windows Forms 12.0 Product Documentation
ContextMenuStrip Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : ContextMenuStrip Property
Gets or sets the context menu strip.
Syntax
'Declaration
 
Public Property ContextMenuStrip As ContextMenuStrip
'Usage
 
Dim instance As DropDownEditor
Dim value As ContextMenuStrip
 
instance.ContextMenuStrip = value
 
value = instance.ContextMenuStrip
public ContextMenuStrip ContextMenuStrip {get; set;}

Property Value

A ContextMenuStrip instance.
See Also

Reference

DropDownEditor Class
DropDownEditor Members