Vcl.RibbonActnCtrls.TRibbonGripItem.GalleryResize

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

Delphi

property GalleryResize: TGalleryResize read FGalleryResize write FGalleryResize;

C++

__property Vcl::Actnman::TGalleryResize GalleryResize = {read=FGalleryResize, write=FGalleryResize, nodefault};

プロパティ

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

説明

コントロールのサイズを計算します。

GalleryResize は、ギャラリーがサイズ変更可能かどうかを表します。このプロパティが取り得る値は 3 つあります。

意味

grNone

ギャラリーはサイズ変更できません。

grVertival

ギャラリーを縦にサイズ変更できます。

grBoth

ギャラリーを縦および横にサイズ変更できます。