2 writes to TTM_GETTOOLINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2504
TTM_GETTOOLINFO
= NativeMethods.TTM_GETTOOLINFOA;
2599
TTM_GETTOOLINFO
= NativeMethods.TTM_GETTOOLINFOW;
1 reference to TTM_GETTOOLINFO
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolTip.cs (1)
2018
int ret = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_GETTOOLINFO
, 0, ti);