Vcl.Ribbon.TRibbonGroupScrollButton.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.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonGroupScrollButton

Description

MouseInControl specifies whether the mouse is above the control.

MouseInControl returns True if the mouse is on the control area, and False otherwise.

See Also