Table of Contents

Method SetText

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

SetText(IntPtr, string)

Sets the text of a window.

public static void SetText(IntPtr hwnd, string text)

Parameters

hwnd IntPtr

Handle of the window.

text string

New text of the window.