Vcl.Ribbon.TCustomRibbonPage.Groups

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Groups[Index: Integer]: TCustomRibbonGroup read GetGroup;

C++

__property TCustomRibbonGroup* Groups[int Index] = {read=GetGroup};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonPage


説明

リボン グループのリスト。

関連項目