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 are the advantages of form?
What is the advantage of a form?
what is a property to resize a label control according to your caption?
How to add resources during runtime
what are container objects?
What is a windows based application?
Which property of textbox cannot be changed at runtime?
How do you hide the columns in datagrid?
What is the full form of gac?
What is boxing and how it is done internally?
Hi, I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. when I am clicking another button then other two values also insert into that table. please help me
Which event occurs when a user drags an item in a treeview or listview control?