I would like to show the &
character, not the keyboard shortcut in the text property of a button or label.
Is there a way to do this?
We all give and receive love in 5 different ways: words of affirmation, acts of service, receiving gifts, quality time, and physical touch. These are called 'love languages' - a concept created by Dr. Gary Chapman through his long-time work as a marriage counsellor.
If you are trying to display &
in button text, use &&
. A single &
is used for keyboard shortcuts, and a double ampersand will escape that.
The article Escape ampersand (&) character in C# mentions that you can leave the caption unaltered with single &
and just set UseMnemonic
property of the button to false
.
Try double &
(&&
). It works with VBA code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With