SetTextOverlay_ShadowColor
method
Delphi
procedure SetTextOverlay_ShadowColor (Index: LongInt; Value: TColor);
C++Builder
void __fastcall SetTextOverlay_ShadowColor(System::LongInt Index, System::Uitypes::TColor Value);
C#
public void SetTextOverlay_ShadowColor(int Index, int Value);
VB.NET
Public Sub SetTextOverlay_ShadowColor(Index As Integer, Value As Integer)
C++/Qt
void SetTextOverlay_ShadowColor (int Index, int Value);
void SetTextOverlay_ShadowColor (int Value);
sets the color of the shadow under the text overlay when the shadow has been enabled with SetTextOverlay_Shadow.