www.gnostice.com 

BackgroundImageEnabled

Top  Previous  Next

The BackgroundImageEnabled property specifies whether the Background image is enabled or not.

 

 

 

 

Syntax

 

 

[VC++]

BOOL GetBackgroundImageEnabled();

void SetBackgroundImageEnabled(BOOL bNewValue);

 

[C#]

public abstract new bool BackgroundImageEnabled [  get,  set ]

 

[VB]

Property BackgroundImageEnabled As Boolean

 

 

 

 

 

Example Codes

 

 

[VC++]

m_Engine.SetBackgroundImageEnabled(true);

 

 

[VB]

gtEngineX1.BackgroundImageEnabled = True

 

 

 

 

See Also

 

 

BackgroundImage, BackgroundImageDisplayType