TextOverlay_Scrolling
property
Delphi
property TextOverlay_Scrolling: Boolean read GetTextOverlayScrolling write SetTextOverlayScrolling;
C++Builder
__property bool TextOverlay_Scrolling = {read=GetTextOverlayScrolling, write=SetTextOverlayScrolling, nodefault};
C#
public bool TextOverlay_Scrolling { get; set; }
VB.NET
Public Property TextOverlay_Scrolling As Boolean
C++/Qt
BOOL GetTextOverlay_Scrolling (int Index);
BOOL GetTextOverlay_Scrolling ();
void SetTextOverlay_Scrolling (int Index, BOOL Value);
void SetTextOverlay_Scrolling (BOOL Value);
Enables the scrolling of the text overlay currently selected by TextOverlay_Selector. The scrolling speed is adjusted by the TextOverlay_ScrollingSpeed property.