Vcl.ComCtrls.TCoolBand.FixedSize

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FixedSize: Boolean read FFixedSize write SetFixedSize default False;

C++

__property bool FixedSize = {read=FFixedSize, write=SetFixedSize, default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBand

Description

Détermine si la bande peut être redimensionnée lors de l'exécution.

L'initialisation de FixedSize à true empêche l'utilisateur de redimensionner la bande.

Voir aussi