Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ContextMenuStrip Property


In This Topic
ContextMenuStrip Property (FpSpread)
In This Topic
Gets or sets the ContextMenuStrip associated with this control.
Syntax
'Declaration
 
Public Overrides Property ContextMenuStrip As ContextMenuStrip
 
'Usage
 
Dim instance As FpSpread
Dim value As ContextMenuStrip
 
instance.ContextMenuStrip = value
 
value = instance.ContextMenuStrip
See Also