ILayoutNode::PaintNode method
void PaintNode(HDChDC, boolbApplyToChildren)Performs all necessary display operations. Usually called as part of the response to the WM_PAINT message.
Defined in: LayoutBase.h
Parameters
hDC
Device context
bApplyToChildren
Specifies whether the operation should be recursively applied to all descendents of this node. Default is true.