Sets focus to an application, restoring its last active container

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static bool ActivateApplication(
	Guid app
)

Parameters

app
Type: System..::..Guid
Guid of application to activate

Return Value

Type: Boolean
True if successful; else false

See Also