4 references to ToolTipText
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolBar.cs (4)
1579
if (tbb != null && tbb.
ToolTipText
!= null)
1580
ttt.lpszText = tbb.
ToolTipText
;
1601
if (tbb != null && tbb.
ToolTipText
!= null)
1602
ttt.lpszText = tbb.
ToolTipText
;