TolliumComponentBase::IsVisible (open)

Is the component currently visible?

Syntax

LOADLIB "mod::tollium/lib/componentbase.whlib";

BOOLEAN FUNCTION IsVisible()

Return value

BOOLEAN

Description

For the base class, this just returns the visibility flag, but it is overridden in panels which are hidden if all child components are invisible.