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


In This Topic
ContextMenuStrip Property (FpScrollBar)
In This Topic
Gets or sets the shortcut menu associated with the control.
Syntax
'Declaration
 
Public Overrides Property ContextMenuStrip As ContextMenuStrip
 
'Usage
 
Dim instance As FpScrollBar
Dim value As ContextMenuStrip
 
instance.ContextMenuStrip = value
 
value = instance.ContextMenuStrip

Property Value

A System.Windows.Forms.ContextMenu that represents the shortcut menu associated with the control.
See Also