IS there a simple way to remove Alt-Character shortcuts at runtime
- by Dan Neely
I have a dialog with a number of Alt-Letter shortcuts on labels for textboxes/etc. This dialog can present data in either an editable or a read-only mode. I've received a request to hide the underlines for the shortcuts if the dialog is in read only mode. Other than editing the label text at runtime (ugh) is there any way to remove them?
If you don't know what I'm referring to by alt-Letter shortcuts see this question.