Message 1 of 2
Hide the 'Press F1 for more help' in AutoCAD ribbon?
Not applicable
02-18-2015
12:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
It can be successfully hidden in using the following codes, can I do the same thing using CUI ?
RibbonToolTip ribToolTip1 = new RibbonToolTip(); ribToolTip1.IsHelpEnabled = false;