Parameter | Description |
---|---|
bVerifyEnabled | Verify if control is enabled? |
bVerifyVisibility | Verify if control is visible? |
Function IsControlAccessible Boolean bVerifyEnabled Boolean bVerifyVisibility Returns Boolean
Call: | Get IsControlAccessible bVerifyEnabled bVerifyVisibility to BooleanVariable |
Determines if the control is currently accessible.
Accessible means that it is a view that is available on the client and it is rendered, visible and enabled. This check takes the state of parent controls into account, but not, for example, if the control is on the current tab page or if the group it is on is expanded.