SetWindowText Function - Windows API

Purpose



Declaration

C#

[DllImport("User32.dll")]
public static extern void SetWindowText(int hWnd, string s);