Table of Contents

Method GrabMouse

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GrabMouse(View)

Grabs the mouse, forcing all mouse events to be routed to the specified view until UngrabMouse() is called.

public static void GrabMouse(View view)

Parameters

view View

View that will receive all mouse events until UngrabMouse() is invoked.