Vcl.RibbonActnCtrls.TRibbonComboControl.MouseInControl
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.
MouseInControl is used to check whether the mouse is in the button control area.