| void CBCGPPropList::EnableToolBar | ( | BOOL | bShowStandardButtons = TRUE, |
| UINT | nCustomToolbarID = 0, |
||
| UINT | nCustomToolbarBitmapID = 0 |
||
| ) |
Shows or hides a toolbar displayed at the top of property list.
Call this method to show and modify a toolbar displayed at the top of property list.
| bShowStandardButtons | TRUE - show standard buttons; FALSE - hide standard buttons |
| nCustomToolbarID | Resource ID of custom toolbar (each button should be 16x16). |
| nCustomToolbarBitmapID | Resource ID of high color toolbar images (must be 16x16). |