Results 1 to 3 of 3

Thread: compact framewor equivalent to label.usemneumonics?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2006
    Posts
    734

    Question 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

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    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

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2006
    Posts
    734

    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
  •  



Click Here to Expand Forum to Full Width