I tried to add a tooltiptext to RadToggleButton and RadTrackBar.
The code is below:
toggleButtonMagnifier.RootElement.ToolTipText = "Magnification Toggle";
toggleButtonMagnifier.ShowItemToolTips = true;
Also tried the other way:
((RadMenu)AttachmentView.Controls[1]).MenuElement.Items[0].ToolTipText = "Magnification Toggle";
but tooltiptext did not pup up.
Any suggestion?
Thanks,
Susan