Vcl.RibbonActnCtrls.TCustomRibbonComboBox.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 TCustomRibbonComboBox

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