Click or drag to resize

WindowgetGroup Method

Passes a list of wrapped windows in the same group.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void getGroup(
	windowGroupHandler groupHandler,
	AckCallback errorCallback = null
)

Parameters

groupHandler
Type: Openfin.DesktopwindowGroupHandler
A delegate that receives a list of wrapped windows in the same group.
errorCallback (Optional)
Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails. The reason for failure is passed as an argument.
Remarks
An empty list is returned if the window is not in a group. The calling window is included in the resulting List.
See Also