IsControlAccessible - cWebBaseUIObject

Determines if the control is currently accessible

Type: Function

Return Data Type: Boolean

Parameters: Boolean bVerifyEnabled Boolean bVerifyVisibility

ParameterDescription
bVerifyEnabledVerify if control is enabled?
bVerifyVisibilityVerify if control is visible?


Return Value


Syntax
Function IsControlAccessible Boolean bVerifyEnabled Boolean bVerifyVisibility Returns Boolean

Call: Get IsControlAccessible bVerifyEnabled bVerifyVisibility to BooleanVariable


Description

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.

See Also

pbNoAccessibilityCheck