FrameScan Method

Perform an action on this frame and all frames underneath it in the tree.

 

Namespace:  WebSupergoo.WordGlue4.Layout
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public virtual void Scan(
        Action<Frame> action
)

Parameters

action
Type: SystemActionFrame
See Also