What is the use of Active Control Property?

Showing Answers 1 - 1 of 1 Answers

Active control property is used to indicate which control has the focus at run time along with one of its properties or methods.
Example
Set ctlCurrentControl = Screen.ActiveControl
Here the active control is assigned to ctlCurrentControl variable which takes different actions depending on the value of the controls Name property.

  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