Table of Contents

Property Command

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

Command

Gets or sets the Command that will be invoked on TargetView when the Shortcut is accepted. If no TargetView is set, the Key will be used to invoke commands bound at the application level.

public Command Command { get; set; }

Property Value

Command