SystemCommands.ShowSystemMenu(Window, Point) 方法

定义

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

public:
 static void ShowSystemMenu(System::Windows::Window ^ window, System::Windows::Point screenLocation);
public static void ShowSystemMenu (System.Windows.Window window, System.Windows.Point screenLocation);
static member ShowSystemMenu : System.Windows.Window * System.Windows.Point -> unit
Public Shared Sub ShowSystemMenu (window As Window, screenLocation As Point)

参数

window
Window

窗口将显示其系统菜单。

screenLocation
Point

系统菜单的位置。

适用于