Table of Contents

Method CanRunCopyCommand

Namespace
Alternet.Scripter.Debugger.UI.AlternetUI
Assembly
Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll

CanRunCopyCommand()

Determines whether the "Copy" command can be executed based on the current state.

public virtual bool CanRunCopyCommand()

Returns

bool

true if the "Copy" command can be executed; otherwise, false.

Remarks

The "Copy" command is enabled if the SelectedWatch property is not null or empty.