ILayoutNode::Set/IsInvalidateDirty property

Data Type

bool

Description

Returns or sets whether this node needs an invalidation operation to be performed.

Defined in: LayoutBase.h

Syntax

bDirty = pNode-&gtIsInvalidateDirty();

pNode-&gtSeInvalidateDirty(bDirty);

Parameters

bDirty

Indicates the need of this node to be invalidated.