Intersoft ClientUI Documentation
Show(Double,Double) Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXContextMenu Class > Show Method : Show(Double,Double) Method






x
The desired horizontal position.
y
The desired vertical position.
Displays context menu at the specified position.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Show( _
   ByVal x As Double, _
   ByVal y As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXContextMenu
Dim x As Double
Dim y As Double
 
instance.Show(x, y)
C# 
public void Show( 
   double x,
   double y
)
Delphi 
public procedure Show( 
    x: Double;
    y: Double
); 
JScript 
public function Show( 
   x : double,
   y : double
);
Managed Extensions for C++ 
public: void Show( 
   double x,
   double y
) 
C++/CLI 
public:
void Show( 
   double x,
   double y
) 

Parameters

x
The desired horizontal position.
y
The desired vertical 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

© 2012 All Rights Reserved.