InputNonClientPointerSource.GetForWindowId(WindowId) Method

Definition

Retrieves an InputNonClientPointerSource object for the specified window.

public:
 static InputNonClientPointerSource ^ GetForWindowId(WindowId windowId);
 static InputNonClientPointerSource GetForWindowId(WindowId const& windowId);
public static InputNonClientPointerSource GetForWindowId(WindowId windowId);
function getForWindowId(windowId)
Public Shared Function GetForWindowId (windowId As WindowId) As InputNonClientPointerSource

Parameters

windowId
WindowId

The ID of the specified window.

Returns

The non-client window pointer input source.

Applies to