Vcl.RibbonActnCtrls.TRibbonApplicationMenuButton.MouseInControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MouseInControl: Boolean read FMouseInControl write SetMouseInControl;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonApplicationMenuButton

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