SetImageOverlayFromHBitmap
method
Delphi
function SetImageOverlayFromHBitmap (Bitmap: LongInt): Boolean;
C++Builder
bool __fastcall SetImageOverlayFromHBitmap(HBITMAP Bitmap);
C#
public bool SetImageOverlayFromHBitmap(IntPtr Bitmap);
VB.NET
Public Function SetImageOverlayFromHBitmap(Bitmap As IntPtr) As Boolean
C++/Qt
BOOL SetImageOverlayFromHBitmap (HBITMAP Bitmap);
Loads the image overlay currently selected by ImageOverlaySelector from a bitmap handle.
Note: see the Image overlays chapter for global information about this feature.