Skip to content

IsControlAccessible - cWebBaseUIObject

Determines if the control is currently accessible

Type: Function
Return Data Type: Boolean

Parameters

Parameter Type Description
bVerifyEnabled Boolean Verify if control is enabled?
bVerifyVisibility Boolean Verify if control is visible?

Syntax

Function IsControlAccessible Boolean bVerifyEnabled Boolean bVerifyVisibility Returns Boolean

Call Example

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.