pbAutoEnable - cWebMenuItemLoadView
Determines whether pbEnabled or pbRender are automatically set
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAutoEnable
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAutoEnable to BooleanVariable |
| Write Access: | Set pbAutoEnable to BooleanVariable/Value |
Description
When this property is True (the default), then pbEnabled (or pbRender) are set true or false depending on the returned value from AllowAccess in the referenced view. If you set this to false, then pbEnabled (or pbRender) are not manipulated automatically. The developer must set these values manually.