KeyNavigation property
Returns a value the indicates whether or not a user can navigate to the object using the Tab, Shift-Tab, or Control-arrow keys on the keyboard. Read-only. Boolean.
Syntax
object
.KeyNavigation
where
object
– is the name of an ActiveX control or an expression that evaluates to an ActiveX control.Remarks
- The value assigned to controls on displays imported from a previous version that does not support this property will be False.
- For ActiveX controls, the value of KeyNavigation for a newly inserted control will depend on whether or not the control can take the input focus. If it can, the value is set to True, otherwise it is set to False.
Provide Feedback