Vcl.WinXCtrls.TRelativePanelControlItem.AlignBottomWithPanel

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AlignBottomWithPanel: Boolean read FAlignBottomWithPanel write SetAlignBottomWithPanel;

C++

__property bool AlignBottomWithPanel = {read=FAlignBottomWithPanel, write=SetAlignBottomWithPanel, nodefault};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlItem


説明

関連 Control の下を、相対パネルの下に揃えます。

相対パネルの使用方法の詳細については、「相対パネルの使用」を参照してください。

関連項目