TolliumComponentBase::IsShowingOwnContents (open)

Returns whether this component is showing its own content. If FALSE, isnowvisible is always FALSE

Syntax

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

BOOLEAN FUNCTION IsShowingOwnContents()

Return value

BOOLEAN

Whether this component shows its own content. When this component changes its return value of this function, it needs to call RecursiveUpdateIsNowVisible on itself.