API:Vcl.RibbonActnCtrls.TRibbonComboControl.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 public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonComboControl

Description

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

Vcl.RibbonActnCtrls.TRibbonComboControl.MouseInControl inherits from Vcl.ActnCtrls.TCustomButtonControl.MouseInControl. All content below this line refers to Vcl.ActnCtrls.TCustomButtonControl.MouseInControl.

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