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
)
Public Overridable Sub Scan (
action As Action(Of Frame)
)
abstract Scan :
action : Action<Frame> -> unit
override Scan :
action : Action<Frame> -> unit
Parameters
- action
- Type: SystemActionFrame
See Also