Click or drag to resize
GDWindowsEnteringForeground Method
Must be called when the application transitions from Suspended state to Running state.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public void EnteringForeground()
Remarks

In typical case this method should be called in Resuming event handler.

NOTE: This method should not be called when sublassing GDEx.Application class.

See Also