Home > Database > Mysql Tutorial > body text

CComboBox技巧

WBOY
Release: 2016-06-07 15:36:06
Original
1546 people have browsed it

1. CComboBox风 CBS_AUTOHSCROLL //自动水平滚动条 CBS_DISABLENOSCROLL //选中时始终显示滚动条 CBS_DROPDOWN //下拉式 CBS_DROPDOWNLIST //下拉列表 CBS_HASSTRINGS //为字符串提供GetText()函数 CBS_LOWERCASE //转换为小写 CBS_NOINTEGRALHEIGHT //指定

1. CComboBox风格

CBS_AUTOHSCROLL           //自动水平滚动条  
CBS_DISABLENOSCROLL   //选中时始终显示滚动条  
CBS_DROPDOWN              //下拉式  
CBS_DROPDOWNLIST       //下拉列表  
CBS_HASSTRINGS             //为字符串提供GetText()函数  
CBS_LOWERCASE             //转换为小写  
CBS_NOINTEGRALHEIGHT //指定组合框由应用程序来指定大小的  
CBS_OEMCONVERT           //OEM字符集转换  
CBS_OWNERDRAWFIXED  //所有项目的高度是一样的  
CBS_OWNERDRAWVARIABLE //指定单一项目的高度  
CBS_SIMPLE                     //简单风格  
CBS_SORT                        //排序  
CBS_UPPERCASE              //转换为大写 
CBS_AUTOHSCROLL           //自动水平滚动条
CBS_DISABLENOSCROLL   //选中时始终显示滚动条
CBS_DROPDOWN              //下拉式
CBS_DROPDOWNLIST       //下拉列表
CBS_HASSTRINGS             //为字符串提供GetText()函数
CBS_LOWERCASE             //转换为小写
CBS_NOINTEGRALHEIGHT //指定组合框由应用程序来指定大小的
CBS_OEMCONVERT           //OEM字符集转换
CBS_OWNERDRAWFIXED  //所有项目的高度是一样的
CBS_OWNERDRAWVARIABLE //指定单一项目的高度
CBS_SIMPLE                     //简单风格
CBS_SORT                      

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Latest Issues
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!