RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THotKey.AutoSize Property

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

Pascal
property AutoSize: Boolean;
C++
__property Boolean AutoSize;__property Boolean AutoSize;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!