Share via


xInfo.activateWindow(Int32) Method

Definition

Sets the focus on a form or Window.

public:
 virtual void activateWindow(int _window);
public virtual void activateWindow (int _window);
abstract member activateWindow : int -> unit
override this.activateWindow : int -> unit
Public Overridable Sub activateWindow (_window As Integer)

Parameters

_window
Int32

The handle to the form or window that you want to bring into focus.

Applies to