Skip to content

SetDisplayTransparentColorEnabled

function

Delphi
procedure SetDisplayTransparentColorEnabled (DisplayIndex: LongInt; Value: Boolean);
C++Builder
void __fastcall SetDisplayTransparentColorEnabled(System::LongInt DisplayIndex, bool Value);
C#
public void SetDisplayTransparentColorEnabled(int DisplayIndex, bool Value);
VB.NET
Public Sub SetDisplayTransparentColorEnabled(DisplayIndex As Integer, Value As Boolean)

Activates the color keying of the current video window with another video window when it is detached from the control by invoking SetDisplayEmbedded (index, false).

The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display).