5 references to SetWindowText
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
905
PInvoke.
SetWindowText
(_handle, caption);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.SetWindowText.cs (2)
8
/// <inheritdoc cref="
SetWindowText
(HWND, string)"/>
11
BOOL result =
SetWindowText
(hWnd.Handle, text);
System.Windows.Forms.Primitives.Tests (2)
Interop\User32\GetWindowTextTests.cs (2)
65
PInvoke.
SetWindowText
(hWnd, text);
73
PInvoke.
SetWindowText
(hWnd, text);