ILayoutNode::EraseNodeBkgnd method

Erases the background of the rectangular area assigned to the node. Usually called as part of the processing of the WM_ERASEBKGND windows message.

Defined in: LayoutBase.h

Return Value

true if operation was succesful, false otherwise.

Parameters

hDC

Device context

bApplyToChildren

Specifies whether the operation should be recursively applied to all descendents of this node. Default is true.

Syntax

pNode->EraseNodeBkgnd(hDC[, bApplyToChildren]);