VC++ 求助 MSDN
怎么在MSDN中找到这个参数ModifyStyle(0,BS_OWNERDRAW)BS_OWNERDRAW这个在找不到,不知道表示什么意思?...
怎么在MSDN中找到这个参数
ModifyStyle(0,BS_OWNERDRAW)
BS_OWNERDRAW这个在找不到,不知道表示什么意思? 展开
ModifyStyle(0,BS_OWNERDRAW)
BS_OWNERDRAW这个在找不到,不知道表示什么意思? 展开
2个回答
展开全部
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安装的时候,有文档丢失。
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
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询