Skip to content

pbEnterPassThrough - cLinkLabel

Determines whether pressing the Enter key when the control has the focus passes the event to the parent

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbEnterPassThrough
Access Type Syntax
Read Access: Get pbEnterPassThrough to BooleanVariable
Write Access: Set pbEnterPassThrough to BooleanVariable/Value

Description

If True, pressing the Enter key when the control has the focus passes the event to the parent object. The default is False.

Sample

Set pbEnterPassThrough to True