StrataFrame Forum

MaintenanceToolStrip & Tab

http://forum.strataframe.net/Topic1030.aspx

By Larry Caylor - 5/1/2006

I’m using a standard SF Maintenance Form. How do you set up the form to allow the user to Tab to the toolstrip buttons? I’ve tried setting the TabStop property of the MaintenanceToolStrip to True but that doesn’t seem to do anything
By StrataFrame Team - 5/1/2006

There's a TabStop property on the MaintenanceFormToolstrip in addition to the TabIndex property. The TabStop property defaults to False on a toolstrip. I believe if you set it to True, you should be able to tab to the toolstrip.