2 writes to ShowToolTip
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonBase.cs (2)
1133
ShowToolTip
= (this.ClientRectangle.Width < preferredSize.Width || this.ClientRectangle.Height < preferredSize.Height);
1136
ShowToolTip
= false;
3 references to ShowToolTip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
824
if (!DesignMode && AutoEllipsis &&
ShowToolTip
&& textToolTip != null) {
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
136
return ControlPaint.CreateStringFormat( Control, Control.TextAlign, Control.
ShowToolTip
, Control.UseMnemonic );
143
return ControlPaint.CreateTextFormatFlags( Control, Control.TextAlign, Control.
ShowToolTip
, Control.UseMnemonic );