TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Region > Method >

 

SetBackgroundImageURL

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Region > Method >

 

SetBackgroundImageURL

 

 

Sets the URL of the background image.

 

 

 

Prototype :

 

void SetBackgroundImageURL

(

       string BackgroundImageURL

)

 

 

 

Arguments :

 

BackgroundImageURL

URL of the background image

 

 

 

Example :

 

//Http URL

 This.SetBackgroundImageURL("http://127.0.0.1/images/help.gif");

 

//File URL

 This.SetBackgroundImageURL("file://c:/images/help.gif");

 

//OZ URL

 This.SetBackgroundImageURL("ozp://images/help.gif");

 

 

 

Available Events :

 

All Events