简体   繁体   中英

TSpeedButton with TabOrder property

in my Panel, i have " TSpeedButton . There are no Tab Order property to order this 3 speed button.

How can organize speed button on my panel?

TSpeedButton derives from TGraphicControl and so does not accept input focus. This is why there is no TabOrder property.

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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