Vcl.Ribbon.TCustomRibbon.DocumentName

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

Delphi

property DocumentName: string read FDocumentName write SetDocumentName;

C++

__property System::UnicodeString DocumentName = {read=FDocumentName, write=SetDocumentName};

プロパティ

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

説明

リボンのキャプション テキスト。

DocumentName はリボンのキャプションに表示されます。

関連項目