Assuming tbstyle is required, the following result was found.
Win32 Constantshttp://mail.joellipman.com/articles/automation/autohotkey/win32-constants.html
= (CCS_VERT Or CCS_BOTTOM) Const CCS_NOMOVEX = (CCS_VERT Or CCS_NOMOVEY) ;#End Region ;#Region Toolbar button styles Const TBSTYLE_BUTTON = $0000 Const TBSTYLE_SEP = $0001 Const TBSTYLE_CHECK = $0002 Const TBSTYLE_GROUP = $0004 Const TBSTYLE_CHECKGROUP...