Menu

#19 CToolbarCtl: AddItem

open
nobody
None
5
2004-07-12
2004-07-12
Anonymous
No

If (.iString >= 0) Then
.iBitmap = -2 'I_IMAGENONE
Else
.iBitmap = ImageIndex
End If

This means that you can't have a button with text and an image using this method.

Discussion


Log in to post a comment.