Skip to content

SetImageOverlayFromHBitmap2

function

Delphi
function SetImageOverlayFromHBitmap2  (Index: LongInt; Bitmap: LongInt): Boolean;
C++Builder
bool __fastcall SetImageOverlayFromHBitmap2(System::LongInt Index, HBITMAP Bitmap);
C#
public bool SetImageOverlayFromHBitmap2(int Index, IntPtr Bitmap);
VB.NET
Public Function SetImageOverlayFromHBitmap2(Index As Integer, Bitmap As IntPtr) As Boolean
C++/Qt
BOOL SetImageOverlayFromHBitmap2 (int Index, HBITMAP Bitmap);

loads the image overlay specified by the index parameter from the specified bitmap handle. Note: see the Image overlays chapter for global information about this feature.