2 references to ShowToolTips
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBar.cs (2)
433
if (
ShowToolTips
&& !DesignMode) cp.Style |= NativeMethods.TBSTYLE_TOOLTIPS;
863
if (
ShowToolTips
!= value) {