Vcl.Ribbon.TOffice2007Button.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 TOffice2007Button

Description

Specifies whether the mouse is above the Office 2007 button area.

MouseInControl returns True if the mouse is in the Office 2007 button area, and False otherwise.