Spread Windows Forms 10.0 Product Documentation
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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SpreadChart Class
SpreadChart Members

 

 


Copyright © GrapeCity, inc. All rights reserved.