Is it possible to set a shortcut key for label?
Answers were Sorted based on User's Feedback
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.
ref:http://www.geekinterview.com/question_details/1120
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a windows forms application?
How many system controls are available ?
What is a fillable form?
How to split a column header in gridview using c#.net?
What is the difference between desktop application and windows application?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
what is the control used to call a windows application?
What are ACID properties of a transaction in DBMS (Database Management System)?
HOW TO NET FORMS THE WINDOWS
What is the use of form?
tell me something about crystal report in brief?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.