Table of Contents

Method IsPanelActive

Namespace
Alternet.Scripter.Integration
Assembly
Alternet.Scripter.Integration.v9.dll

IsPanelActive(DebuggerPanelKinds)

When implemented by a class, indicates whether some panel is active.

bool IsPanelActive(DebuggerPanelKinds panel)

Parameters

panel DebuggerPanelKinds

A kind of panel to check.

Returns

bool

True if specified panel is active; otherwise, false.