RenderStateManager.DebugMonitorTokenEnabled Property

Language:

Note: This documentation is preliminary and is subject to change.

Enables or disables the debug monitor token.

Definition

Visual Basic .NET Public Property DebugMonitorTokenEnabled As Boolean
C# public bool DebugMonitorTokenEnabled { get; set; }
Managed C++ public: __property bool get_DebugMonitorTokenEnabled();
public: __property void set_DebugMonitorTokenEnabled(bool);
JScript .NET public function get DebugMonitorTokenEnabled() : boolean
public function set DebugMonitorTokenEnabled(boolean);

Property Value

System.Boolean . Set to true to enable the debug monitor, or false to disable it.

This property is read/write. 

Remarks

The default value for the debug monitor is true.

This property should be set only for debugging the monitor. It is useful for debug builds only.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.