Spread Windows Forms 12.0 Product Documentation
GetDisplayLocationContextMenu Method


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.
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)
protected Point GetDisplayLocationContextMenu( 
   ContextMenuStrip cm,
   Point p
)

Parameters

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

Reference

SpreadChart Class
SpreadChart Members