ILayoutNode::Get/SetLockRealizeNode property

Data Type

bool

Description

Prevents the RealizeNode operation from being processed in this node. Useful for redraw optimizations.

Defined in: LayoutBase.h

Syntax

bLock = pNode-&gtGetLockRealizeNode();

pNode-&gtSetLockRealizeNode(bLock[, bApplyToChildren]);

Parameters

bLock

Value of the lock attribute.

bApplyToChildren

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