.Default Control Styles (Equate Versions)

Category: .Reference Materials

Date: 02-16-2022

Return to Index


 
%btn_ds   = %WS_Child or %WS_Visible or %BS_PushButton or %WS_TABSTOP or %WS_Ex_Left
%btn_de   = %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%chk3_ds  = %WS_Child or %WS_Visible or %WS_TABSTOP or %BS_AUTO3STATE
%chk3_de  = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%chk_ds   = %WS_Child or %WS_Visible or %WS_TABSTOP or %BS_AUTOCHECKBOX
%chk_de   = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%cmb_ds   = %WS_Child or %WS_Visible or %WS_TABSTOP or %CBS_SORT or %CBS_DROPDOWN or %CBS_HASSTRINGS
%cmb_de   = %WS_Ex_Left or %WS_Ex_ClientEdge or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%fr_ds    = %WS_Child or %WS_Visible or %BS_LEFT
%fr_de    = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%gr_ds    = %WS_TabStop or %WS_CHILD or %WS_VISIBLE or %SS_OWNERDRAW
%gr_de    = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%img_ds   = %WS_Child or %WS_Visible   '{%SS_ICON} or {%SS_BITMAP} - if omitted or PowerBASIC will assign based on image type
%img_de   = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%imgx_ds  = %WS_Child or %WS_Visible   '{%SS_ICON} or {%SS_BITMAP} - if omitted or PowerBASIC will assign based on image type
%imgx_de  = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%imgb_ds  = %WS_Child or %WS_Visible or %BS_PushButton or %WS_TABSTOP   '{%BS_ICON} or {%BS_BITMAP} - if omitted or PowerBASIC will assign based on image type
%imgb_de  = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%imgbx_ds = %WS_Child or %WS_Visible or %BS_PushButton or %WS_TABSTOP   '{%BS_ICON} or {%BS_BITMAP} - if omitted or PowerBASIC will assign based on image type
%imgbx_de = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%lbl_ds   = %WS_Child or %WS_Visible or %SS_LEFT
%lbl_de   = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%ln_ds    = %WS_Child or %WS_Visible or %SS_ETCHEDFRAME
%ln_de    = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%lb_ds    = %WS_Child or %WS_Visible or %WS_TABSTOP or %LBS_SORT or %LBS_NOTIFY or %WS_VSCROLL
%lb_de    = %WS_Ex_ClientEdge or %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%lv_ds    = %WS_Child or %WS_Visible or %WS_TABSTOP or %LVS_REPORT or %LVS_SHOWSELALWAYS
%lv_de    = %WS_EX_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%opt_ds   = %WS_Child or %WS_Visible or %WS_TABSTOP or %BS_AUTORADIOBUTTON
%opt_de   = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%pb_ds    = %WS_Child or %WS_Visible or %WS_BORDER
%pb_de    = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%sb_ds    = %WS_Child or %WS_Visible or %SBS_HORZ  'default is SBS_Horz unless w < h)
%sb_de    = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%st_ds    = %WS_Child or %WS_Visible or %CCS_BOTTOM
%st_de    = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%tb_ds    = %WS_Visible or %WS_CHILD or %WS_TABSTOP
%tb_de    = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%txt_ds   = %WS_Child or %WS_Visible or %WS_TABSTOP or %WS_BORDER or %ES_AUTOHSCROLL or %ES_LEFT
%txt_de   = %WS_Ex_ClientEdge or %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%tb_ds    = %WS_CHILD or %WS_VISIBLE or %WS_BORDER or %CCS_TOP or %TBSTYLE_FLAT
%tb_de    = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
%tv_ds    = %WS_Child or %WS_Visible or %WS_TABSTOP or %TVS_HASBUTTONS or %TVS_LINESATROOT or %TVS_HASLINES or %TVS_SHOWSELALWAYS
%tv_de    = %WS_Ex_Left or %WS_Ex_LTRReading or %WS_Ex_RightScrollbar
 
 
'gbs_01159
'Date: 03-25-2012
 


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm