软讯网络 > 冲浪宝典 > 网络资源 > PB: 控件的 MS 类名和风格
【标 题】:PB: 控件的 MS 类名和风格
【关键字】:
PB,MS
【来 源】:http://blog.csdn.net/keyssoft/archive/2007/01/13/1482477.aspx
PB: 控件的 MS 类名和风格
| 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 控件不接受特定的通知消息,且不能设置特定控件风格。