IDesignerDebugView.IsDebugging Property

Definition

When implemented in a derived class, gets or sets a value that indicates whether debugging is enabled.

public:
 property bool IsDebugging { bool get(); void set(bool value); };
public bool IsDebugging { get; set; }
member this.IsDebugging : bool with get, set
Public Property IsDebugging As Boolean

Property Value

true if debugging is enabled; otherwise, false.

Applies to