xInfo.activateWindow(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.