Vcl.Ribbon.TRibbonGroupCollapsedControl.Group

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Group: TCustomRibbonGroup read FGroup write SetGroup;

C++

__property TCustomRibbonGroup* Group = {read=FGroup, write=SetGroup};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonGroupCollapsedControl

Description

Specifies if the mouse is in the control area of the collapsed ribbon group.

MouseInControl is True if the mouse is in the control area of the collapsed ribbon group or False otherwise.