OverrideCurrentWith(Window)

Method

Namespace: Imagini

Declared in: Imagini.Window


Sets the specified window as the current one no matter if it's focused and visible or not. If a null is passed, then the overriding is disabled. If the specified window is disposed, then the overriding is disabled.

Syntax

public static void OverrideCurrentWith(
	Window window
)

Back to index