Vcl.ActnMan.TControlProperties.LabelWidth

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property LabelWidth: Integer read FLabelWidth write SetLabelWidth default -1;

C++

__property int LabelWidth = {read=FLabelWidth, write=SetLabelWidth, default=-1};

Propriétés

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

Description

Spécifie la taille horizontale du libellé d'un élément client d'action en pixels.

Utilisez la propriété LabelWidth pour lire ou modifier la largeur du libellé d'un élément client d'action.

Voir aussi