共用方式為


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

系統功能表的位置。

適用於