Documentation
Click the function links to see the prototype, the function parameters, the return values and the remarks. Click it again to hide it.
Create
ImageButton_Create
This function add the button to the array of the buttons to be ownerdrawn.
ImageButton_Create
This function add the button to the array of the buttons to be ownerdrawn.
ImageButton_Create
This function add more than one button to the array of the buttons to be ownerdrawn.
Bitmaps
ImageButton_SetBitmap
This function assings directly bitmaps handle (HBITMAP) to button.
ImageButton_SetBitmap
This function loads bitmaps usign resource IDs.
ImageButton_SetBitmap
This function loads bitmaps using IDs the instance of the dll/exe you specify.
Icons
ImageButton_SetIcon
This function assings directly icons handle (HICON) to button.
ImageButton_SetIcon
This function loads icons from IDs. Use this function if you want to specify the desider dimensions of the normal and hover icon.
ImageButton_SetIcon
This function loads icons using IDs and the instance that you specify.
Cursors
ImageButton_SetCursor
This function set the cursor to a button.
ImageButton_SetCursor
This function set the cursor (loaded using ID and instance) to a button.
ImageButtons_SetCursor
This function set the cursor to all the buttons created with ImageButton_Create.
ImageButtons_SetCursor
This function set the cursor (loaded using ID and instance) to all the buttons created with ImageButton_Create.
This page was last modified
32 months, 2 weeks, 6 days and 2 hours ago