ILayoutNode::RealizeNode method
bool RealizeNode(CLayoutTransactionaTransaction)Realizes the changes in position and size of the layout node as calculated in a recent execution of the ILayoutNode::RecalcLayout operation
Defined in: LayoutBase.h
Return Value
true if the operation was successful, false otherwise.
Parameters
aTransaction
A CLayoutTransaction structure contains information that needs to be shared among all layout nodes participating in a Realize operation, for practical or optimization purposes. The default for this parameter is a transaction initialized by default, which allocates a new device context and starts a DeferWindowPos transaction.