CascadingStyleStore Methods |
The CascadingStyleStore type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Make a clone of this style store.
|
|
| StartTimers |
Starts style timers. These allow you to
determine how much time is spent on different styles.
|
|
| 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. |
|
| 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.
|