CascadingStyleStore Methods

The CascadingStyleStore type exposes the following members.

Methods
  Name Description
Public method Clone
Make a clone of this style store.
Public methodStatic member StartTimers
Starts style timers. These allow you to determine how much time is spent on different styles.
Public methodStatic member StopTimers

Stops any started timers and returns the results.

If no results have been gathered the result will be null.

If you pass a time then a percentage can be calculated. If you pass null then the percentage will be zero.

Public methodStatic member TrackAll
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.
Top
See Also