Table of Contents

Method GetDispatchTarget

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

GetDispatchTarget(ICommandContext?)

Shortcut dispatches all commands to CommandView. The framework handles:

  • Source guard (skip if source is already within CommandView)
  • Programmatic guard (skip if no binding)
protected override View GetDispatchTarget(ICommandContext? ctx)

Parameters

ctx ICommandContext

Returns

View