Vcl.Controls.TWinControl.MouseInClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MouseInClient: Boolean read FMouseInClient;

C++

__property bool MouseInClient = {read=FMouseInClient, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Indicates whether the mouse pointer is currently in the client area of the control.

Use MouseInClient to check whether the mouse pointer is currently located in the client area of the control. MouseInClient is also used internally to fire the OnMouseEnter and OnMouseLeave events.

See Also