| PB 类名 | MS 类名 | 风格 | 备注 |
| CommandButton | Button | 0x54000000 | |
| PictureButton | Button | 0x5400000B | |
| CheckBox | Button | 0x54000003 | |
| RadioButton | Button | 0x54000009 | |
| Static | Button | 0x5400000B | |
| StaticHyperLink | Button | 0x5400000B | Owner-Drawn |
| Picture | Button | 0x5400000B | |
| PictureHyperLink | Button | 0x5400000B | Owner-Drawn |
| GroupBox | Button | 0x54000007 | |
| SingleLineEdit | Edit | 0x54000080 | |
| EditMask | PBEDIT100 | 0x54000084 | Extended |
| MultiLineEdit | Edit | 0x54000004 | |
| RichTextEdit | PB100RichTextEdit | 0x5A000300 | Extended |
| HScrollBar | Scrollbar | 0x54000000 | |
| VScrollBar | Scrollbar | 0x54000001 | |
| HTrackBar | msctls_trackbar32 | 0x54000021 | |
| VTrackBar | msctls_trackbar32 | 0x54000023 | |
| HProgressBar | msctls_progress32 | 0x54000000 | |
| VProgressBar | msctls_progress32 | 0x54000004 | |
| DropDownListBox | ComboBox | 0x54000703 | |
| DropDownPictureListBox | ComboBox | 0x54000713 | Owner-Drawn |
| ListBox | ListBox | 0x54000183 | |
| PictureListBox | ListBox | 0x540001D3 | Owner-Drawn |
| ListView | PBListView32_100 | 0x54000004 | Extended |
| TreeView | PBTreeView32_100 | 0x54000013 | Extended |
| Tab | PBTabControl32_100 | 0x56001820 | Extended |
*某些 Extended 或 Owner-Drawn 控件不接受特定的通知消息,且不能设置特定控件风格。
本文详细列举了各类UI控件的PB类名、MS类名及其风格代码,并提供了部分控件的备注说明,有助于开发者更好地理解和使用不同类型的控件。
3513

被折叠的 条评论
为什么被折叠?



