Skip to content

SetDisplayAlphaBlendEnabled

method

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

Used to activate the alpha blending 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)