pbAutoActivate - AppDialog
Design-time property that determines whether a view is automatically activated when it's parent panel activates
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAutoActivate
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAutoActivate to BooleanVariable |
| Write Access: | Set pbAutoActivate to BooleanVariable/Value |
Description
This property determines whether a view is automatically activated when it's parent panel (e.g. the ClientArea in a Windows application) activates
pbAutoActivate only exists if the view is not deferred (see Deferred_View) and thus will have no effect on a deferred view. A view may be set as deferred via the Studio's Properties window.
This is a design-time only property.