The following screen shot shows the control while Debug property is exDebugLayers:
The DebugLayerEnum type supports the following properties and method:
Name | Value | Description | |||
exNoDebugLayer | 0 | No debug information is shown. | |||
exDebugLayers | 1 | The control shows all layers in debug mode. The ShowLayers property indicates the only layers to be shown on the control. The exDebugLayers flag can be combined with the exDebugAutoScroll flag. | |||
exDebugVisibleLayers | 2 | The control shows only visible layers in debug mode. The ShowLayers property indicates the only layers to be shown on the control. The exDebugVisibleLayers flag can be combined with the exDebugAutoScroll flag | |||
exDebugAutoScroll | 256 | The user can scroll the layers into the debug view. |