2 writes to TTM_SETTITLE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2501
TTM_SETTITLE
= NativeMethods.TTM_SETTITLEA;
2596
TTM_SETTITLE
= NativeMethods.TTM_SETTITLEW;
4 references to TTM_SETTITLE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
7886
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.
TTM_SETTITLE
, NativeMethods.TTI_WARNING, SR.GetString(SR.SecurityToolTipCaption));
winforms\Managed\System\WinForms\ToolTip.cs (3)
538
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETTITLE
, (int)toolTipIcon, title);
577
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETTITLE
, (int)toolTipIcon, toolTipTitle);
937
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETTITLE
, (int)toolTipIcon, title);