Syntax
Lua |
---|
function Control:IsDisplayed(); |
Returns
Type: booleanTrue 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.