Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / GetDisplayLocationContextMenu Method
The context menu which will be displayed.
The initialized location to display the context menu.


In This Topic
GetDisplayLocationContextMenu Method
In This Topic
Gets the preferred display location context menu.
Syntax
'Declaration
 
Protected Function GetDisplayLocationContextMenu( _
   ByVal cm As ContextMenuStrip, _
   ByVal p As Point _
) As Point
 
'Usage
 
Dim instance As SpreadChart
Dim cm As ContextMenuStrip
Dim p As Point
Dim value As Point
 
value = instance.GetDisplayLocationContextMenu(cm, p)

Parameters

cm
The context menu which will be displayed.
p
The initialized location to display the context menu.
See Also