Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2008 May : ShowAccelChar for TPanel?
| Subject: | ShowAccelChar for TPanel? |
| Posted by: | "JJ" (nospam@nospam.com) |
| Date: | Sat, 17 May 2008 16:33:19 |
I have a TPanel, and don't want to show the '&' character as an underline.
With TLabels, I can set Label1.ShowAccelChar:=false;
How is this done for a TPanel?
Also the same question for a Hint. (I don't want to show an underline)
JJ