TabStop Property (APanel)

Returns or sets whether the control will receive the focus when the TAB key is pressed.

Syntax

[ bTabStop =] Object.TabStop

The TabStop property syntax has the following parts:
 

Name]

Type

Description

Object

APanel

APanel control

bTabStop

Bool

whether or not control in focus with Tab key

Example

The following example will set Tab Stop for a panel control:

panel.TabStop=True

Applies to

APanel

See Also