Vcl.ActnMan.TCustomActionBar.SetBounds

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetBounds(ALeft: Integer; ATop: Integer; AWidth: Integer;  AHeight: Integer); override;

C++

virtual void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

Définit les limites selon que le menu déroulant est ou non développé.

SetBounds appelle la méthode héritée après avoir altéré les paramètres AWidth et AHeight (si nécessaire) pour inclure la largeur et la hauteur du menu déroulant développé. Pour plus d'informations sur SetBounds, voir la documentation concernant la méthode héritée.

Voir aussi