首页 > Windows开发 > 详细

【Windows API】button

时间:2014-03-29 00:21:07      阅读:613      评论:0      收藏:0      [点我收藏+]

1.Button Control Functions

①CheckDlgButton

Changes the check state of a button control

②CheckRadioButton

Adds a check mark to (checks) a specified radio button in a group and removes a check mark from (clears) all other radio buttons in the group

③IsDlgButtonChecked

The IsDlgButtonChecked function determines whether a button control is checked or whether a three-state button control is checked, unchecked, or indeterminate

2.Button Control Macros

①Button_Enable

Enables or disables a button

②Button_GetCheck

Gets the check state of a radio button or check box. You can use this macro or send the BM_GETCHECK message explicitly

③Button_GetIdealSize

Gets the size of the button that best fits the text and image, if an image list is present. You can use this macro or send the BCM_GETIDEALSIZE message explicitly

④Button_GetImageList

Gets the BUTTON_IMAGELIST structure that describes the image list that is set for a button control. You can use this macro or send the BCM_GETIMAGELIST message explicitly

....

3.Button Control Messages

...

4.Button Control Notifications

5.Button Control Structures

6.Button Styles

【Windows API】button,布布扣,bubuko.com

【Windows API】button

原文:http://www.cnblogs.com/Cxx-Code/p/3630550.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!