3 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);