VC++ 求助 MSDN

怎么在MSDN中找到这个参数ModifyStyle(0,BS_OWNERDRAW)BS_OWNERDRAW这个在找不到,不知道表示什么意思?... 怎么在MSDN中找到这个参数
ModifyStyle(0,BS_OWNERDRAW)
BS_OWNERDRAW这个在找不到,不知道表示什么意思?
展开
 我来答
anncanm
2010-05-31 · 超过30用户采纳过TA的回答
知道答主
回答量:49
采纳率:0%
帮助的人:39.6万
展开全部
Button Styles
BS_AUTOCHECKBOX Same as a check box, except that a check mark appears in the check box when the user selects the box; the check mark disappears the next time the user selects the box.

BS_AUTORADIOBUTTON Same as a radio button, except that when the user selects it, the button automatically highlights itself and removes the selection from any other radio buttons with the same style in the same group.

BS_AUTO3STATE Same as a three-state check box, except that the box changes its state when the user selects it.

BS_CHECKBOX Creates a small square that has text displayed to its right (unless this style is combined with the BS_LEFTTEXT style).

BS_DEFPUSHBUTTON Creates a button that has a heavy black border. The user can select this button by pressing the ENTER key. This style enables the user to quickly select the most likely option (the default option).

BS_GROUPBOX Creates a rectangle in which other buttons can be grouped. Any text associated with this style is displayed in the rectangle’s upper-left corner.

BS_LEFTTEXT When combined with a radio-button or check-box style, the text appears on the left side of the radio button or check box.

BS_OWNERDRAW Creates an owner-drawn button. The framework calls the DrawItem member function when a visual aspect of the button has changed. This style must be set when using the CBitmapButton class.

BS_PUSHBUTTON Creates a pushbutton that posts a WM_COMMAND message to the owner window when the user selects the button.

BS_RADIOBUTTON Creates a small circle that has text displayed to its right (unless this style is combined with the BS_LEFTTEXT style). Radio buttons are usually used in groups of related but mutually exclusive choices.

BS_3STATE Same as a check box, except that the box can be
dimmed as well as checked. The dimmed state typically is used to show that a check box has been disabled.

参考:http://msdn.microsoft.com/en-us/library/tf9hd91s(VS.80).aspx
可能你的MSDN安装的时候,有文档丢失。

参考资料: http://msdn.microsoft.com/en-us/library/tf9hd91s(VS.80).aspx

江半仙3e6e
2010-05-31 · TA获得超过4890个赞
知道大有可为答主
回答量:2251
采纳率:0%
帮助的人:1540万
展开全部
CWnd::ModifyStyle
找到这个函数以后再找第二个参数的说明
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式