Hello,
Is it possible on a TeeCommander Bar to add our own button?
Thanks for help
Regards
TeeCommander add button
Re: TeeCommander add button
Hi Calou,
Have you seen the demos under All Features\Welcome !\Components\Toolbar?
Have you seen the demos under All Features\Welcome !\Components\Toolbar?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeCommander add button
Many thanks
Re: TeeCommander add button
Hello,
How could i do to find the position of the last button on the teecommander in order to place my button?
Thanks for help
Regards
How could i do to find the position of the last button on the teecommander in order to place my button?
Thanks for help
Regards
Re: TeeCommander add button
Hi
You can do as follows:
You can do as follows:
Code: Select all
TeeCommander1.Controls[TeeCommander1.ControlCount-1].BoundsRect
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeCommander add button
Many thanks