[Gambas-user] How to change orientation of tabstrip of workspace

richard terry rterry at ...1822...
Sun Apr 20 13:58:17 CEST 2008


If I do this to put a form on a workspace:

Public aForm As frmCarePlanColumns


Public Sub Form_Open()
   aForm = New frmCarePlanColumns     
   Workspace1.Add(aForm)
   Workspace1.ActiveWindow.Title = "A Title"

End

How can I access the tabstrip to set the orientation to tabstrip.bottom?

Thanks.

richard








More information about the User mailing list