AddTBsysIcons |
Syntax: |
AddTBsysIcons() |
Description: |
Add system icons to the current toolbar. |
Example: |
CreateTB(0,hWnd,24,24,#TBpro_FLAT|#TBpro_BORDER) SetTBimage(0,0,#TBpro_NORMAL) SetTBimage(0,0,#TBpro_Hot) SetTBimage(0,0,#TBpro_Disabled) AddTBsysIcons() |
Remarks: |
Attention: System Icons have a size of 16x16 or 24x24, so you can only add and use this Icons when your Toolbar Image-Size is 16x16 or 24x24! After using the right Image-Size for the Toolbar and call AddTBsysIcons(), you can use the following System Icons: (MOVE MOUSE CURSOR OVER THE IMAGES TO SEE THE #CONSTANT) |
Image: |
|
|