View Full Version : Tab sequence


sven2
07-09-2007, 04:54 AM
Hello,

Is there any way to create a custom tab sequence or is it possible to remove buttons out of the tablist?

Best regards,
Sven.

KeithG
07-09-2007, 05:18 AM
Setting the tabstop property of a control will order the tabs. If you set the property to 0 it will not have a tab stop.

boblarson
07-09-2007, 05:56 AM
Actually, there's a property that says "Tab Stop" and if you put NO it will not be a tab stop.

sven2
07-09-2007, 11:34 AM
Hello,

this is working just fine!

Thanks.

Sven.