Vcl.ActnMan.TComboBoxProperties.AllowResize

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AllowResize: TGalleryResize read FAllowResize write FAllowResize default grNone;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TComboBoxProperties

Description

AllowResize spécifie l'option du redimensionnement autorisé pour la galerie déroulante.

Le tableau suivant liste les valeurs possibles de AllowResize :


Valeur Signification

grNone

Le redimensionnement de la galerie n'est pas autorisé.

grVertical

Le redimensionnement est seulement autorisé verticalement.

grBoth

Le redimensionnement est autorisé verticalement et horizontalement.


Voir aussi