| void CBCGPToolBar::SetLockedSizes | ( | SIZE | sizeButton, | 
| SIZE | sizeImage, | ||
| BOOL | bDontScale = FALSE | ||
| ) | 
Sets the size of locked toolbar buttons and locked images.
By default, the size of locked buttons is 23x22 pixels, the size of locked images is 16x15 pixels.
| sizeButton | Specified the size of locked toolbar buttons. | 
| sizeImage | Specifies the size of locked toolbar images. | 
| bDontScale | Tells the library do not scale locked images if image sizes do not match button sizes. |