Enable or disable tracking of Frames. When
tracking is enabled Frames are available via the All property. When
this function is called the next ID is reset to zero.
Namespace: WebSupergoo.WordGlue4.Layout
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static void TrackAll(
bool enabled
)
Public Shared Sub TrackAll (
enabled As Boolean
)
static member TrackAll :
enabled : bool -> unit
Parameters
- enabled
- Type: SystemBoolean
See Also