Vcl.ActnCtrls.TCustomButtonControl.MouseInControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MouseInControl: Boolean read FMouseInControl;

C++

__property bool MouseInControl = {read=FMouseInControl, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomButtonControl

Description

Indicates whether the mouse is in the control's area.

MouseInControl is used to check whether the mouse is in the button control area.

See Also