SetWindowTextLength

[DllImport("user32.dll", SetLastError = true)]
public static extern int SetWindowTextLength(
   IntPtr hWnd
);

Last updated