SystemCommands.ShowSystemMenu 方法

在指定的窗口显示系统菜单。

命名空间:  Microsoft.Windows.Shell
程序集:  Microsoft.Windows.Shell(在 Microsoft.Windows.Shell.dll 中)

语法

声明
Public Shared Sub ShowSystemMenu ( _
    window As Window, _
    screenLocation As Point _
)
public static void ShowSystemMenu(
    Window window,
    Point screenLocation
)
public:
static void ShowSystemMenu(
    Window^ window, 
    Point screenLocation
)
static member ShowSystemMenu : 
        window:Window * 
        screenLocation:Point -> unit 
public static function ShowSystemMenu(
    window : Window, 
    screenLocation : Point
)

参数

.NET Framework 安全性

请参见

参考

SystemCommands 类

Microsoft.Windows.Shell 命名空间