Hi guys,
This jus a quick question to see if there are any .net compact framework 2 windows mobile 5 equivalents to .nets .usenmeumonics property?
Thanks for any suggestions
:afrog:
Printable View
Hi guys,
This jus a quick question to see if there are any .net compact framework 2 windows mobile 5 equivalents to .nets .usenmeumonics property?
Thanks for any suggestions
:afrog:
I would say probably not, since the CF is just a subset of the full framework. Thus if something is in the full framework, it is either in the CF, or not. This means that to get the same functionality for a missing item, you generally have to get clever, or do without. Unfortunately, since i have never heard of that property, I'm not sure what it does, so I'm not sure what a viable workaround would be.
Ok thanks. This is what the usemneumonics property is newayz for anyone who finds they need to use it in future:
Gets or sets a value indicating whether the control interprets an ampersand character (&) in the control's Text property to be an access key prefix character.
http://msdn2.microsoft.com/en-us/lib...ic(VS.71).aspx