SECFrameDockingFeatureBase::SetBorderLayout

voidSECFrameDockingFeatureBase::SetBorderLayout(SECLNBorderClient::BorderAlgorithmBorderAlg, BOOLbRecalc)

(Re)set the current border layout algorithm used for positioning the associated dockable nodes

Defined in: FrameDockBase.cpp

Return Value

void

Parameters

BorderAlg

Border algorithm to apply. Can be one of the following:

SECLNBorderClient::TopBottomLeftRight - top/bottom borders stretch to entire width, left/right fill remaining height
SECLNBorderClient::LeftRightTopBottom - left/right borders stretch to entire height, top/bottom fill remaining width

bRecalc

Issue a RecalcLayout/RealizeNode after applying border change.

Comments

This function can be called to set the frame docking border target positioning algorithm at initialization time, or reset at runtime.