Table of Contents

Property Clicked

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

Clicked

The index of the selected button, or null if the user pressed QuitKey.

public static int? Clicked { get; }

Property Value

int?

Remarks

This global variable is useful for web-based consoles without a SynchronizationContext or TaskScheduler. Warning: Not thread-safe.