Vcl.ComCtrls.TCustomHotKey.AutoSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoSize: Boolean read FAutoSize write SetAutoSize default True;

C++

__property bool AutoSize = {read=FAutoSize, write=SetAutoSize, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHotKey

Description

Determines whether the accelerator key automatically changes its height to accommodate the font size.

Use AutoSize to fully display the font on the accelerator key control. When AutoSize is true, the height of the accelerator key changes to display the key combinations typed in it. When AutoSize is false, the accelerator key remains the same height, regardless of any font changes. The default value is true.