BCGControlBar Library for .NET
ShowSystemMenu Method




Syntax
'Declaration
 
Public Shared Function ShowSystemMenu( _
   ByVal hForm As IntPtr, _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Integer
'Usage
 
Dim hForm As IntPtr
Dim x As Integer
Dim y As Integer
Dim value As Integer
 
value = GlobalUtils.ShowSystemMenu(hForm, x, y)
public static int ShowSystemMenu( 
   IntPtr hForm,
   int x,
   int y
)
public: static int ShowSystemMenu( 
   IntPtr hForm,
   int x,
   int y
) 
public:
static int ShowSystemMenu( 
   IntPtr hForm,
   int x,
   int y
) 

Parameters

hForm
x
y
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

Reference

GlobalUtils Class
GlobalUtils Members

Send Feedback