CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2010
    Posts
    1

    Unhappy Set short cut keys for a button in WPF/XAML

    How do I underline a character of a button in WPF+XAML.. please help. In C# it is very simple: &OK will underline the character O which can be accessed as short cut key

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Set short cut keys for a button in WPF/XAML

    In WPF, it's "_OK".

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

Featured