Vcl.ActnMan.TComboBoxProperties.AllowResize

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

Delphi

property AllowResize: TGalleryResize read FAllowResize write FAllowResize default grNone;

C++

__property TGalleryResize AllowResize = {read=FAllowResize, write=FAllowResize, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TComboBoxProperties


説明

AllowResize は、ドロップダウン ギャラリーに指定可能なサイズ変更オプションを指定します。

次の表は、AllowResize の設定可能な値の一覧です:


意味

grNone

ギャラリーのサイズ変更不可

grVertical

垂直方向にのみサイズ変更可能

grBoth

垂直方向および水平方向にサイズ変更可能


関連項目