|
-
Jan 8th, 2007, 10:12 AM
#1
Thread Starter
Fanatic Member
compact framewor equivalent to label.usemneumonics?
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
If your problem has been solved then please mark the thread [RESOLVED].
If i have helped then please Rate my post 
-
Jan 8th, 2007, 04:08 PM
#2
Re: compact framewor equivalent to label.usemneumonics?
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.
My usual boring signature: Nothing
 
-
Jan 9th, 2007, 03:55 AM
#3
Thread Starter
Fanatic Member
Re: compact framewor equivalent to label.usemneumonics?
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
If your problem has been solved then please mark the thread [RESOLVED].
If i have helped then please Rate my post 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|