FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / GetContextMenuStrip Method


In This Topic
GetContextMenuStrip Method
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Shared Function GetContextMenuStrip( _
   ByVal spread As FpSpread, _
   ByVal type As ContextMenuType _
) As ContextMenuStrip
 
'Usage
 
Dim spread As FpSpread
Dim type As ContextMenuType
Dim value As ContextMenuStrip
 
value = BuiltInDialogs.GetContextMenuStrip(spread, type)

Parameters

spread
type
See Also