Spread Windows Forms 6.0 Product Documentation
GetDisplayLocationContextMenu Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SpreadChart Class : GetDisplayLocationContextMenu Method


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

Glossary Item Box

Gets the preferred display location context menu.

Syntax

Visual Basic (Declaration) 
Protected Function GetDisplayLocationContextMenu( _
   ByVal cm As ContextMenuStrip, _
   ByVal p As Point _
) As Point
Visual Basic (Usage)Copy Code
Dim instance As SpreadChart
Dim cm As ContextMenuStrip
Dim p As Point
Dim value As Point
 
value = instance.GetDisplayLocationContextMenu(cm, p)
C# 
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.