CButton.DeleteBitmapmethod
Deletes a bitmap associated with a button.
Syntax
FUNCTION DeleteBitmap (BYVAL hButton AS HWND) AS BOOLEAN
Description
Deletes a bitmap associated with a button. Returns TRUE or FALSE.
Example
CButton.DeleteBitmap(hButton)
Reference
- Include file
CButton.inc - Defined in AfxNova/CButton.inc:247
- Documented in Windows/WIndows Controls/CButton Class.md
- Topic: CButton Class