The IsVisible attribute determines the value of the Visible expression of the variable.
Syntax | |
IsVisible | |
Return value | |
Type |
Description |
Boolean |
The value of the Visible expression |
Remark | |
The attribute is read-only. |
The variable Color has a visible expression for the property Visible, which is switched off in the property list of the variable:
Dim Result As Boolean
Result := Color.IsVisible
After executing the snipet the variable Result has the value True when the value of the variable ShowColors is True.