Dundas Chart for Windows Forms
GetMenu(Point) Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ContextMenuAttributes Class > GetMenu Method : GetMenu(Point) Method


location
Point which determines contens of the context menu
Creates and returns ContextMenu object in defined location.

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetMenu( _
   ByVal location As Point _
) As ContextMenu
Visual Basic (Usage) Copy Code
Dim instance As ContextMenuAttributes
Dim location As Point
Dim value As ContextMenu
 
value = instance.GetMenu(location)
C#  
public ContextMenu GetMenu( 
   Point location
)

Parameters

location
Point which determines contens of the context menu

Return Value

ContextMenu object according current mouse position

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.