Vcl.Ribbon.TCustomRibbonPage.FindGroup

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

Delphi

function FindGroup(const GroupCaption: string): TControl;

C++

Vcl::Controls::TControl* __fastcall FindGroup(const System::UnicodeString GroupCaption);

プロパティ

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


説明

リボン グループを、そのキャプションを元に検索します。

関連項目