Vcl.ComCtrls.TToolBar.RepositionButtons

提供:RAD Studio API Documentation

Delphi

procedure RepositionButtons(Index: Integer);

C++

void __fastcall RepositionButtons(int Index);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

説明

添え字が指定されたものとそれ以降のボタンからツールバー内のすべてのボタンの位置を更新します。

TToolBar では,ツールバー内のボタンをレイアウトするときに RepositionButtons を内部的に使用します。RepositionButtons は,添え字が指定されたものとそれ以上のすべてのボタンを位置指定する場所を計算し,その位置およびサイズを更新します。

関連項目