简体   繁体   English

具有TabOrder属性的TSpeedButton

[英]TSpeedButton with TabOrder property

in my Panel, i have " TSpeedButton . There are no Tab Order property to order this 3 speed button. 在我的面板中,我有“ TSpeedButton 。没有Tab Order属性来订购此3速按钮。

How can organize speed button on my panel? 如何在面板上整理速度按钮?

TSpeedButton derives from TGraphicControl and so does not accept input focus. TSpeedButton派生自TGraphicControl ,因此不接受输入焦点。 This is why there is no TabOrder property. 这就是为什么没有TabOrder属性的原因。

If you wish your buttons to be able to receive input focus then you need to use a different button class. 如果希望按钮能够接收输入焦点,则需要使用其他按钮类。 For example, TButton or TBitBtn . 例如, TButtonTBitBtn

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM