10 references to TTM_SETMAXTIPWIDTH
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30039
PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6883
PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.
TTM_SETMAXTIPWIDTH
, (WPARAM)0, (LPARAM)SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
140
PInvoke.
TTM_SETMAXTIPWIDTH
,
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2118
PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
1622
PInvokeCore.SendMessage(toolTip, PInvoke.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
3207
PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
123
PInvoke.
TTM_SETMAXTIPWIDTH
,
System\Windows\Forms\ToolTip\ToolTip.cs (3)
732
PInvokeCore.SendMessage(this, PInvoke.
TTM_SETMAXTIPWIDTH
, 0, SystemInformation.MaxWindowTrackSize.Width);
2090
PInvokeCore.SendMessage(this, PInvoke.
TTM_SETMAXTIPWIDTH
, 0, maxwidth);
2240
PInvokeCore.SendMessage(this, PInvoke.
TTM_SETMAXTIPWIDTH
, 0, screen.WorkingArea.Width);