CascadingStyleStoreTrackAll Method
|
Enable or disable tracking of
CascadingStyleStores. When tracking is enabled CascadingStyleStores
are available via the All property. When this function is called
the next ID is reset to zero. For this reason you may wish to set
EntryOverrides to null.
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