Vcl.Ribbon.TCustomRibbonPage.GroupOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupOffset: Integer read FGroupOffset write SetGroupOffset;

C++

__property int GroupOffset = {read=FGroupOffset, write=SetGroupOffset, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonPage

Description

Returns the ribbon page's width that is not visible. To see the part of the ribbon page that is not visible, scroll to the left or right.

See Also