Beta Documentation - Subject to change.

Gets a flag indicating if the control is displayed.

Syntax

Lua
function Control:IsDisplayed();

Returns

Type: boolean
True if the control is displayed.

Remarks

Gets a flag indicating if the control is displayed. A control is only displayed if it is visible and all of its parents to the root are visible.

See Also