BackStyle Property



 
The BackStyle property contains the layout style used for the icon.


Syntax

    document.all['icon_id'].BackStyle [=long]
    
Possible Values
    Long value that specifies or retrieves the layout style.

    The property is read/write.
Remarks
    None.
Examples
    The following example shows how to use this control in the InsertWindow function of the default skin file's tray window.

    <OBJECT id='windowicon" + ak_WindowInfo.Handle + "' width='16px'
    height='16px' CLASSID='CLSID:4688E264-206D-4D3A-B244-784ECFFD4746'>
      <PARAM NAME="BackStyle" VALUE="0">
    </OBJECT>
    

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top