pbEnterKeyAsTabKey - cApplication
Determines whether the Enter key should act like the Tab key
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbEnterKeyAsTabKey
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbEnterKeyAsTabKey to BooleanVariable |
| Write Access: | Set pbEnterKeyAsTabKey to BooleanVariable/Value |
Description
Set the pbEnterKeyAsTabKey property to True if you want the Enter (Return) key to act like the Tab key. That is, pressing Enter will navigate the focus forward throughout your program.
This is a Windows-only property.