Skip to content

SetImageOverlay_Enabled

function

Delphi
procedure SetImageOverlay_Enabled (Index: LongInt; Value: Boolean);
C++Builder
void __fastcall SetImageOverlay_Enabled(System::LongInt Index, bool Value);
C#
public void SetImageOverlay_Enabled(int Index, bool Value);
VB.NET
Public Sub SetImageOverlay_Enabled(Index As Integer, Value As Boolean)
C++/Qt
void SetImageOverlay_Enabled (int Index, BOOL Value);

Enables or disables the image overlay with the specified index.

Note: see the Image overlays chapter for global information about this feature.