Syntax
| Lua |
|---|
function Control:IsVisible(); |
Returns
Type: booleanTrue if the control is visible.
Remarks
Gets a flag indicating if the control is visible.This example toggles the visibility of a label when a button is clicked.
| Lua |
|---|
function Control:IsVisible(); |