IBorderLayout::ShowBorder method

Shows or hides the border. When the border node is hidden it still participates in the layout operations, but its area is totally covered by the contained node.

Defined in: BorderLayout.h

Parameters

bShow

If true (default value), the border is shown, if false it gets hidden.

bRealizeChange

If true (default value), layout is recalculated so the change takes effect immediately.

Syntax

pBorderNode-&gtShowBorder([bShow, [bRealizeChange]]);