Help Center

CStatic.DeleteBitmapmethod

Deletes a bitmap associated with a static control.

WindowsmethodCStatic.incdocumented

Syntax

FUNCTION DeleteBitmap (BYVAL hStatic AS HWND) AS BOOLEAN

Description

Deletes a bitmap associated with a static control. Returns TRUE o FALSE.

Example

CStatic.DeleteBitmap(hStatic)

Reference

  • Include file CStatic.inc
  • Defined in AfxNova/CStatic.inc:105
  • Documented in Windows/WIndows Controls/CStatic Class.md
  • Topic: CStatic Class