Skip to content

LogoDisplayed

property

Delphi
property LogoDisplayed: Boolean read GetLogoDisplayed write SetLogoDisplayed  default DEF_LogoDisplayed;
C++Builder
__property bool LogoDisplayed = {read=GetLogoDisplayed, write=SetLogoDisplayed, default=0};
C#
public bool LogoDisplayed { get; set; }
VB.NET
Public Property LogoDisplayed As Boolean
C++/Qt
BOOL GetLogoDisplayed ();
void SetLogoDisplayed (BOOL Value);

Enables or disables the logo displayed in the inactive video window.