ILayoutNode::IsVisible method

virtual bool IsVisible()

Returns the node's visibility state

Defined in: LayoutBase.h

Return Value

If the return value is true, the visible element associated with this layout node should be displayed. If false, the element is hidden, so it will not be displayed even if its designated area is visible on the screen.