Searched refs:FWL_STYLEEXT_SCB_Vert (Results 1 – 4 of 4) sorted by relevance
16 #define FWL_STYLEEXT_SCB_Vert (1L << 0) macro
164 return m_pProperties->m_dwStyleExes & FWL_STYLEEXT_SCB_Vert; in IsVertical()
947 prop.m_dwStyleExes = bVert ? FWL_STYLEEXT_SCB_Vert : FWL_STYLEEXT_SCB_Horz; in InitScrollBar()
1661 prop.m_dwStyleExes = bVert ? FWL_STYLEEXT_SCB_Vert : FWL_STYLEEXT_SCB_Horz; in InitScrollBar()