14 references to TTM_SETMAXTIPWIDTH
System.Windows.Forms (14)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
49
UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29938
UnsafeNativeMethods.SendMessage(new HandleRef(this, nmhdr->hwndFrom), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
969
UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\Form.cs (1)
7884
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, owner.Width);
winforms\Managed\System\WinForms\ListView.cs (1)
6150
UnsafeNativeMethods.SendMessage(new HandleRef(this, nmhdr->hwndFrom), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
216
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\StatusBar.cs (1)
1823
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\TabControl.cs (1)
2205
UnsafeNativeMethods.SendMessage(new HandleRef(nmhdr, nmhdr.hwndFrom), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\ToolTip.cs (3)
906
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
2339
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, maxwidth);
2516
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, screen.WorkingArea.Width);
winforms\Managed\System\WinForms\TreeView.cs (2)
1764
UnsafeNativeMethods.SendMessage(new HandleRef(toolTip, toolTip.Handle), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
3210
UnsafeNativeMethods.SendMessage(new HandleRef(nmhdr, nmhdr.hwndFrom), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
728
UnsafeNativeMethods.SendMessage(new HandleRef(toolTipFromUrl, toolTipFromUrl.Handle), NativeMethods.
TTM_SETMAXTIPWIDTH
, 0, 600);