What is the AcceptButton property?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the AcceptButton property?
Rating:
The AcceptButton property of a form is used to set up an accept button for the form. An accept button for a form is one whose click event is triggered when a user presses the ENTER key in the application regardless of the position of the cursor on the window. This property allows users to quickly navigate a form by pressing the ENTER key instead of manually clicking the accept button with a mouse or other pointing devices. If the currently selected control on a form intercepts the ENTER key and processes it, the accept button for the form will not be activated when a user presses the ENTER key.
Rating:
Was this information helpful?
Other articles
- What is testing?
- What is GROUP BY clause?
- What is the Find method?
- What is visual inheritance?
- What is the Immediate mode of the Command window?