6 references to TTS_ALWAYSTIP
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
45
cparams.Style = NativeMethods.
TTS_ALWAYSTIP
;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
965
cparams.Style = NativeMethods.
TTS_ALWAYSTIP
;
winforms\Managed\System\WinForms\Form.cs (1)
7818
cp.Style |= NativeMethods.
TTS_ALWAYSTIP
| NativeMethods.TTS_BALLOON;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
114
cp.Style |= (NativeMethods.
TTS_ALWAYSTIP
| NativeMethods.TTS_NOPREFIX);
winforms\Managed\System\WinForms\StatusBar.cs (1)
1685
cp.Style |= NativeMethods.
TTS_ALWAYSTIP
;
winforms\Managed\System\WinForms\ToolTip.cs (1)
247
cp.Style = NativeMethods.
TTS_ALWAYSTIP
;