Table of Contents

Property MouseGrabView

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

MouseGrabView

Gets the view that currently has grabbed the mouse (e.g., for dragging).

When this property is not null, all mouse events are routed to this view until UngrabMouse() is called or the mouse is released.

View? MouseGrabView { get; }

Property Value

View