Is it possible to set a shortcut key for label.


Answer posted by santhanam on 2005-05-19 16:01:20: yes 
Ans : Set the UseMnemonic property to True if you want to  
define a character in the Caption property of the Label as  
an access key. When you define an access key in a Label control,  
the user can press and hold down ALT+ the character you designate  
to move the focus to the next control in the tab order.

Showing Answers 1 - 2 of 2 Answers

santhanam

  • May 19th, 2005
 

yes 
Ans : Set the UseMnemonic property to True if you want to  
define a character in the Caption property of the Label as  
an access key. When you define an access key in a Label control,  
the user can press and hold down ALT+ the character you designate  
to move the focus to the next control in the tab order.

  Was this answer useful?  Yes

Pradeep

  • Mar 31st, 2006
 

Set the UseMnemonic property to True if you want to define a character in the Caption property of the Label as an access key.Also one thing is that u should place text box to set focus because lable canot get focus in run time.Remember to set tab index.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions