G
Guest
Hi,
does a property UseMnemonic exist for a Button control?? I've created a
button with this property:
Button.Text = "&Add new record";
Button.Name = "btnMyButton";
The & should allow a easy access with the keyboards... but it doesn't work:
with Label is easy thanks to the UseMnemonic property, but how about Button
control? Does it exist something similar?
Thanks.
does a property UseMnemonic exist for a Button control?? I've created a
button with this property:
Button.Text = "&Add new record";
Button.Name = "btnMyButton";
The & should allow a easy access with the keyboards... but it doesn't work:
with Label is easy thanks to the UseMnemonic property, but how about Button
control? Does it exist something similar?
Thanks.