Beta Documentation - Subject to change.

Gets a flag indicating if the control is visible.

Syntax

Lua
function Control:IsVisible();

Returns

Type: boolean
True 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.

See Also