| Active Property | |
| See Also |
Indicates whether the item has the focus. Set the property as follows:
- True: Puts the focus on the item.
- False: Removes the focus from the item. If the item had been in focus, the focus moves to the next item that can get the focus.
Read-write property
| Visual Basic |
|---|
Public Property Active() As Boolean |