|
Group: Forum Members
Posts: 99,
Visits: 654
|
Thanks for responding. Good to know. I had missed seeing those properties on the Item.Style property.
1) When setting the Item.Style.FontInfo values to be the same my Label is using with the same text string I see it using the same font but it draws the text string out longer. It seems like a different drawing engine must be used. (Update: Ahh, I see. It's the difference between specifying Gdi and GdiPlus. I get it now.)
2) When using GdiPlus I can see the ampersand character is used to underline the character after it visually like I was looking for. However, when pressing Alt+<mnemonic> I hear a beep and focus doesn't move to the field after it like a Label control does. Is this a bug or am I expected to implement that support myself?
3) Also, I was inspired by the Nevron "Extended Entry Controls" example your toolkit provides which uses the NEntryElement with rich text labels to show a red asterisk character with the text prompt but I need to show a mnemonic and have the Alt+<mnemonic> key work along with a red asterisk. Can it be configured to do this?
|