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.

See Also