ILayoutNode::Set/IsInvalidateDirty property
Data Type
boolDescription
Returns or sets whether this node needs an invalidation operation to be performed.Defined in: LayoutBase.h
Syntax
bDirty = pNode->IsInvalidateDirty();pNode->SeInvalidateDirty(bDirty);
Parameters
bDirty
Indicates the need of this node to be invalidated.