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 |
how find recored from the database
What is form technology?
How is anchoring different from docking?
What is the use of play() playlooping() functions?
where we are using NEW keyword other than create instance Pls Help me? Gopal
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?
Tell a very common use of private constructor?
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 form and its types?
Which property of the progressbar control specifies the amount to increment the current value of the control?
Explain how barcode create in the report?
What is the need of tabindex property is label control?